Skip to content

Commit dce6896

Browse files
committed
update
1 parent 0c8efc4 commit dce6896

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

vitest.browser.config.mts

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -77,11 +77,10 @@ function buildBrowserStackCapabilities() {
7777
local: true,
7878
// Include localIdentifier for parallel tunnel support
7979
...(localIdentifier && { localIdentifier }),
80-
debug: true,
81-
networkLogs: true,
82-
consoleLogs: 'verbose' as const,
83-
seleniumLogs: true,
84-
video: true,
80+
debug: false,
81+
networkLogs: false,
82+
consoleLogs: 'errors' as const,
83+
seleniumLogs: false,
8584
idleTimeout: 900, // 15 minutes idle timeout - prevents premature session closure during long test runs
8685
},
8786
};
@@ -109,7 +108,7 @@ function buildBrowserInstances() {
109108
waitforTimeout: 30000, // 30 seconds wait timeout - matches test expectations
110109
waitforInterval: 1000, // Poll every 1 second - faster feedback
111110
keepAlive: true,
112-
keepAliveInterval: 10000, // Send keepalive every 10 seconds to prevent WebSocket disconnections
111+
keepAliveInterval: 30000,
113112
}];
114113
}
115114
}

0 commit comments

Comments
 (0)