test: relax local TUI PTY startup wait

This commit is contained in:
joshavant
2026-06-26 23:08:14 -05:00
parent 6f1076351c
commit fbfadbd806
+1 -1
View File
@@ -21,7 +21,7 @@ type MockModelRequest = {
};
const activeRuns: PtyRun[] = [];
const LOCAL_STARTUP_TIMEOUT_MS = 20_000;
const LOCAL_STARTUP_TIMEOUT_MS = 60_000;
const LOCAL_OUTPUT_TIMEOUT_MS = 120_000;
const LOCAL_EXIT_TIMEOUT_MS = 4_000;
const LOCAL_TEST_TIMEOUT_MS = 150_000;