Skip to content

Commit 4ee0687

Browse files
committed
chore(travis): tolerate 2 disconnects to make the build more stable
1 parent ddff347 commit 4ee0687

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

karma-shared.conf.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ module.exports = function(config, specificOptions) {
66
logColors: true,
77
browsers: ['Chrome'],
88
browserDisconnectTimeout: 10000,
9+
browserDisconnectTolerance: 2,
910

1011

1112
// config for Travis CI

0 commit comments

Comments
 (0)