Skip to content

Commit 751f058

Browse files
committed
chore(travis): increase disconnect timeout
I still see some disconnection issues with IE9, hopefully this will help a bit.
1 parent 29274e1 commit 751f058

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
@@ -5,7 +5,7 @@ module.exports = function(config, specificOptions) {
55
logLevel: config.LOG_INFO,
66
logColors: true,
77
browsers: ['Chrome'],
8-
browserDisconnectTimeout: 5000,
8+
browserDisconnectTimeout: 10000,
99

1010

1111
// config for Travis CI

0 commit comments

Comments
 (0)