saucelabs: max 900 seconds
parent
8daf9d7609
commit
545265bd80
|
@ -27,7 +27,7 @@ async function runTest(testSettings){
|
||||||
/* As a best practice, set important test metadata and execution options
|
/* As a best practice, set important test metadata and execution options
|
||||||
such as build info, tags for reporting, and timeout durations.
|
such as build info, tags for reporting, and timeout durations.
|
||||||
*/
|
*/
|
||||||
'maxDuration': 600000,
|
'maxDuration': 900,
|
||||||
'idleTimeout': 1000
|
'idleTimeout': 1000
|
||||||
}
|
}
|
||||||
}).usingServer("https://ondemand.saucelabs.com/wd/hub").build();
|
}).usingServer("https://ondemand.saucelabs.com/wd/hub").build();
|
||||||
|
|
Loading…
Reference in New Issue