Skip to content

Commit 831ae02

Browse files
authored
test: increase wdio timout (#491)
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.
1 parent b7c4a8b commit 831ae02

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

wdio.conf.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ exports.config = {
132132
connectionRetryCount: 3,
133133
framework: 'jasmine',
134134
jasmineNodeOpts: {
135-
defaultTimeoutInterval: 30000,
135+
defaultTimeoutInterval: 120000,
136136
},
137137
reporters: ['spec'],
138138
};

0 commit comments

Comments
 (0)