Skip to content

Commit 6f77610

Browse files
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 42d497d commit 6f77610

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

karma-shared.conf.js

+1-1
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)