We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f10763 commit fbfadbdCopy full SHA for fbfadbd
1 file changed
src/tui/tui-pty-local.e2e.test.ts
@@ -21,7 +21,7 @@ type MockModelRequest = {
21
};
22
23
const activeRuns: PtyRun[] = [];
24
-const LOCAL_STARTUP_TIMEOUT_MS = 20_000;
+const LOCAL_STARTUP_TIMEOUT_MS = 60_000;
25
const LOCAL_OUTPUT_TIMEOUT_MS = 120_000;
26
const LOCAL_EXIT_TIMEOUT_MS = 4_000;
27
const LOCAL_TEST_TIMEOUT_MS = 150_000;
0 commit comments