diff options
| author | Vojta Jina | 2013-11-18 16:14:09 -0800 |
|---|---|---|
| committer | Vojta Jina | 2013-11-18 16:14:09 -0800 |
| commit | 751f058f3095e5c9487925a92ee7cbdd15d043ba (patch) | |
| tree | d359cd502142e3442469b6253681c07a4c1d308c /karma-shared.conf.js | |
| parent | 29274e1d8d8b3c6a9100758da4a3c78222e77af1 (diff) | |
| download | angular.js-751f058f3095e5c9487925a92ee7cbdd15d043ba.tar.bz2 | |
chore(travis): increase disconnect timeout
I still see some disconnection issues with IE9, hopefully this will help a bit.
Diffstat (limited to 'karma-shared.conf.js')
| -rw-r--r-- | karma-shared.conf.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/karma-shared.conf.js b/karma-shared.conf.js index 50b3d65a..cd51697f 100644 --- a/karma-shared.conf.js +++ b/karma-shared.conf.js @@ -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 |
