mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-06-19 15:56:48 -07:00
perf(test): optimize test suite speed and stability
This commit is contained in:
@@ -69,7 +69,7 @@ export function TerminalProvider({ children }: { children: React.ReactNode }) {
|
||||
setTimeout(() => {
|
||||
unsubscribe(handler);
|
||||
resolve();
|
||||
}, 100);
|
||||
}, 20);
|
||||
}),
|
||||
[stdout, subscribe, unsubscribe],
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user