Skip to content

Commit 70c0ff8

Browse files
committed
test(ui): raise ui vitest timeouts for real-browser layout tests on small CI runners
1 parent 413316e commit 70c0ff8

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

ui/vitest.config.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,10 @@ const workspaceSourceAliases = [
5858
const sharedUiTestConfig = {
5959
isolate: false,
6060
pool: resolveDefaultVitestPool(),
61+
// Real-Chromium layout tests exceed Vitest's 5s default on 4vcpu CI runners;
62+
// without this the checks-ui lane flakes on cold hover/interaction tests.
63+
testTimeout: 60_000,
64+
hookTimeout: 60_000,
6165
} as const;
6266
const nodeDrivenBrowserLayoutTests = [
6367
"src/ui/chat/sidebar-session-picker.browser.test.ts",

0 commit comments

Comments
 (0)