Skip to content

Commit fbfadbd

Browse files
committed
test: relax local TUI PTY startup wait
1 parent 6f10763 commit fbfadbd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/tui/tui-pty-local.e2e.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ type MockModelRequest = {
2121
};
2222

2323
const activeRuns: PtyRun[] = [];
24-
const LOCAL_STARTUP_TIMEOUT_MS = 20_000;
24+
const LOCAL_STARTUP_TIMEOUT_MS = 60_000;
2525
const LOCAL_OUTPUT_TIMEOUT_MS = 120_000;
2626
const LOCAL_EXIT_TIMEOUT_MS = 4_000;
2727
const LOCAL_TEST_TIMEOUT_MS = 150_000;

0 commit comments

Comments
 (0)