Skip to content

Commit 2f88f22

Browse files
vojtajinaCameron Knight
authored and
Cameron Knight
committed
chore(travis): increase browserNoActivityTimeout
We’ve seen many failures recently because of Karma killing a browser after browserNoActivityTimeout. It’s possible that this is not any issue other than super slow network / proxy. Will try higher timeout and observe for a while.
1 parent a0e67cc commit 2f88f22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

karma-shared.conf.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ module.exports = function(config, specificOptions) {
99
browsers: ['Chrome'],
1010
browserDisconnectTimeout: 10000,
1111
browserDisconnectTolerance: 2,
12-
browserNoActivityTimeout: 20000,
12+
browserNoActivityTimeout: 30000,
1313

1414

1515
// SauceLabs config for local development.

0 commit comments

Comments
 (0)