Skip to content

Commit

Permalink
test: increase wdio timout (#491)
Browse files Browse the repository at this point in the history
With the added tests IE11 tests have become flaky since they simply seem
too sloooooooooooow. The tests in IE11 take up to 1:30 to run while they
usually finish after around 30s in all other browsers.
  • Loading branch information
ctavan committed Jul 22, 2020
1 parent b7c4a8b commit 831ae02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wdio.conf.js
Expand Up @@ -132,7 +132,7 @@ exports.config = {
connectionRetryCount: 3,
framework: 'jasmine',
jasmineNodeOpts: {
defaultTimeoutInterval: 30000,
defaultTimeoutInterval: 120000,
},
reporters: ['spec'],
};

0 comments on commit 831ae02

Please sign in to comment.