chore(travis): tolerate 2 disconnects to make the build more stable

This commit is contained in:
Vojta Jina 2013-12-01 19:56:03 -08:00
parent ddff347b91
commit 4ee0687f3f

View file

@ -6,6 +6,7 @@ module.exports = function(config, specificOptions) {
logColors: true,
browsers: ['Chrome'],
browserDisconnectTimeout: 10000,
browserDisconnectTolerance: 2,
// config for Travis CI