mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-05-15 22:33:05 -07:00
test(cli): increase waitUntilReady timeout to 10s for CI
This commit is contained in:
@@ -232,7 +232,7 @@ class XtermStdout extends EventEmitter {
|
||||
});
|
||||
|
||||
let attempts = 0;
|
||||
const maxAttempts = 200;
|
||||
const maxAttempts = 2000;
|
||||
|
||||
let lastCurrent = '';
|
||||
let lastExpected = '';
|
||||
|
||||
Reference in New Issue
Block a user