test(cli): increase waitUntilReady timeout to 30s to check for slowness

This commit is contained in:
mkorwel
2026-04-16 16:46:13 +00:00
parent 682affa9f6
commit 6a7e7ccee0
+1 -1
View File
@@ -233,7 +233,7 @@ class XtermStdout extends EventEmitter {
});
let attempts = 0;
const maxAttempts = 100;
const maxAttempts = 300;
let lastCurrent = '';
let lastExpected = '';