chore(travis): increase browserNoActivityTimeout

We’ve seen many failures recently because of Karma killing a browser
after browserNoActivityTimeout. It’s possible that this is not any issue
other than super slow network / proxy.

Will try higher timeout and observe for a while.
This commit is contained in:
Vojta Jina
2014-07-14 17:34:53 -07:00
parent 42d497d1da
commit 6f776102b2

View File

@@ -9,7 +9,7 @@ module.exports = function(config, specificOptions) {
browsers: ['Chrome'],
browserDisconnectTimeout: 10000,
browserDisconnectTolerance: 2,
browserNoActivityTimeout: 20000,
browserNoActivityTimeout: 30000,
// SauceLabs config for local development.