Skip to content

Commit

Permalink
Increase default timeout for browserstack env. (#4349)
Browse files Browse the repository at this point in the history
  • Loading branch information
Rohannagariya1 authored Jan 7, 2025
1 parent 08903b2 commit 7e8bd19
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/runner/cli/nightwatch.conf.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ module.exports = {
disable_error_log: true,
webdriver: {
timeout_options: {
timeout: 15000,
timeout: 60000,
retry_attempts: 3
},
keep_alive: true,
Expand Down
2 changes: 1 addition & 1 deletion test/src/cli/testCliRunnerGenerate.js
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ describe('Test CLI Runner Generate', function() {
disable_error_log: true,
webdriver: {
timeout_options: {
timeout: 15000,
timeout: 60000,
retry_attempts: 3
},
keep_alive: true,
Expand Down

0 comments on commit 7e8bd19

Please sign in to comment.