File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed
Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff 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}
You can’t perform that action at this time.
0 commit comments