Skip to content

Commit

Permalink
Increase default timeout for browserstack env. (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
Rohannagariya1 authored Jan 7, 2025
1 parent 90c3bdd commit 4d619df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config/main.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -491,7 +491,7 @@ module.exports = {
disable_error_log: true,
webdriver: {
timeout_options: {
timeout: 15000,
timeout: 60000,
retry_attempts: 3
},
keep_alive: true,
Expand Down

0 comments on commit 4d619df

Please sign in to comment.