mirror of
https://github.com/zhigang1992/angular.js.git
synced 2026-04-28 21:05:43 +08: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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user