mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-05-21 01:02:54 -07:00
test(cli): increase initial wait in waitUntilReady to 500ms
This commit is contained in:
@@ -225,7 +225,7 @@ class XtermStdout extends EventEmitter {
|
||||
this.once('render', resolve),
|
||||
);
|
||||
const timeoutPromise = new Promise((resolve) =>
|
||||
setTimeout(resolve, 5),
|
||||
setTimeout(resolve, 500),
|
||||
);
|
||||
await Promise.race([renderPromise, timeoutPromise]);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user