test(cli): increase waitUntilReady timeout to 10s for CI

This commit is contained in:
mkorwel
2026-04-16 16:20:17 +00:00
parent 58f4414b35
commit 51e20fdfdb
+1 -1
View File
@@ -232,7 +232,7 @@ class XtermStdout extends EventEmitter {
});
let attempts = 0;
const maxAttempts = 200;
const maxAttempts = 2000;
let lastCurrent = '';
let lastExpected = '';