Skip to content

Commit 4d619df

Browse files
Increase default timeout for browserstack env. (#11)
1 parent 90c3bdd commit 4d619df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/config/main.ejs

+1-1
Original file line numberDiff line numberDiff line change
@@ -491,7 +491,7 @@ module.exports = {
491491
disable_error_log: true,
492492
webdriver: {
493493
timeout_options: {
494-
timeout: 15000,
494+
timeout: 60000,
495495
retry_attempts: 3
496496
},
497497
keep_alive: true,

0 commit comments

Comments
 (0)