Skip to content

Commit

Permalink
updated the generated config
Browse files Browse the repository at this point in the history
  • Loading branch information
beatfactor committed Jun 4, 2021
1 parent 362be7f commit 100aa81
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 @@ -156,7 +156,7 @@ module.exports = {
disable_error_log: true,
webdriver: {
timeout_options: {
timeout: 5000,
timeout: 15000,
retry_attempts: 3
},
keep_alive: true,
Expand Down
2 changes: 1 addition & 1 deletion test/src/runner/cli/testCliRunnerGenerate.js
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ describe('Test CLI Runner Generate', function() {
disable_error_log: true,
webdriver: {
timeout_options: {
timeout: 5000,
timeout: 15000,
retry_attempts: 3
},
keep_alive: true,
Expand Down

0 comments on commit 100aa81

Please sign in to comment.