mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-05-19 08:14:35 -07:00
test(cli): expand E2E layout sync poll limits to buffer extreme runner scheduler latencies
This commit is contained in:
@@ -232,7 +232,7 @@ class XtermStdout extends EventEmitter {
|
||||
});
|
||||
|
||||
let attempts = 0;
|
||||
const maxAttempts = 50;
|
||||
const maxAttempts = 200;
|
||||
|
||||
let lastCurrent = '';
|
||||
let lastExpected = '';
|
||||
|
||||
Reference in New Issue
Block a user