mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-05-27 06:54:01 +00:00
chore(travis): tolerate 2 disconnects to make the build more stable
This commit is contained in:
parent
ddff347b91
commit
4ee0687f3f
1 changed files with 1 additions and 0 deletions
|
|
@ -6,6 +6,7 @@ module.exports = function(config, specificOptions) {
|
||||||
logColors: true,
|
logColors: true,
|
||||||
browsers: ['Chrome'],
|
browsers: ['Chrome'],
|
||||||
browserDisconnectTimeout: 10000,
|
browserDisconnectTimeout: 10000,
|
||||||
|
browserDisconnectTolerance: 2,
|
||||||
|
|
||||||
|
|
||||||
// config for Travis CI
|
// config for Travis CI
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue