Skip to content
This repository has been archived by the owner on Apr 8, 2020. It is now read-only.

Commit

Permalink
Increase Mocha timeout. Trying to fix intermittent test failures on A…
Browse files Browse the repository at this point in the history
…ppVeyor.
  • Loading branch information
SteveSandersonMS committed Jan 10, 2017
1 parent a93f59c commit f8f42a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/wdio.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ exports.config = {
// See the full list at http://mochajs.org/
mochaOpts: {
ui: 'bdd',
timeout: 30000
timeout: 60000
},
//
// =====
Expand Down

0 comments on commit f8f42a5

Please sign in to comment.