Skip to content

Commit e1bea21

Browse files
BunsDevclaude
andcommitted
fix(ci): increase browser test per-file timeout to 300s
The ChatView.browser.tsx file (~1900 lines, 20+ integration tests) consistently times out at the previous 120s limit on CI runners. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 0cf8631 commit e1bea21

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/run-browser-tests.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import { createRequire } from "node:module";
66
import path from "node:path";
77
import process from "node:process";
88

9-
const DEFAULT_TIMEOUT_MS = 120_000;
9+
const DEFAULT_TIMEOUT_MS = 300_000;
1010
const BROWSER_TEST_SUFFIX = ".browser.tsx";
1111

1212
function listBrowserTests(rootDir) {

0 commit comments

Comments
 (0)