Skip to content

Commit f8f42a5

Browse files
Increase Mocha timeout. Trying to fix intermittent test failures on AppVeyor.
1 parent a93f59c commit f8f42a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/wdio.conf.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ exports.config = {
129129
// See the full list at http://mochajs.org/
130130
mochaOpts: {
131131
ui: 'bdd',
132-
timeout: 30000
132+
timeout: 60000
133133
},
134134
//
135135
// =====

0 commit comments

Comments
 (0)