mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-05-20 12:21:52 +00:00
chore(travis): increase disconnect timeout
I still see some disconnection issues with IE9, hopefully this will help a bit.
This commit is contained in:
parent
29274e1d8d
commit
751f058f30
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@ module.exports = function(config, specificOptions) {
|
||||||
logLevel: config.LOG_INFO,
|
logLevel: config.LOG_INFO,
|
||||||
logColors: true,
|
logColors: true,
|
||||||
browsers: ['Chrome'],
|
browsers: ['Chrome'],
|
||||||
browserDisconnectTimeout: 5000,
|
browserDisconnectTimeout: 10000,
|
||||||
|
|
||||||
|
|
||||||
// config for Travis CI
|
// config for Travis CI
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue