mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-05-16 23:02:51 -07:00
test(cli): increase waitUntilReady timeout to 30s to check for slowness
This commit is contained in:
@@ -233,7 +233,7 @@ class XtermStdout extends EventEmitter {
|
||||
});
|
||||
|
||||
let attempts = 0;
|
||||
const maxAttempts = 100;
|
||||
const maxAttempts = 300;
|
||||
|
||||
let lastCurrent = '';
|
||||
let lastExpected = '';
|
||||
|
||||
Reference in New Issue
Block a user