mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-24 11:25:50 -06:00
test: relax local TUI PTY startup wait
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user