mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-03-16 23:30:23 +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,
|
||||
logColors: true,
|
||||
browsers: ['Chrome'],
|
||||
browserDisconnectTimeout: 5000,
|
||||
browserDisconnectTimeout: 10000,
|
||||
|
||||
|
||||
// config for Travis CI
|
||||
|
|
|
|||
Loading…
Reference in a new issue