mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-03-16 23:30:23 +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,
|
||||
browsers: ['Chrome'],
|
||||
browserDisconnectTimeout: 10000,
|
||||
browserDisconnectTolerance: 2,
|
||||
|
||||
|
||||
// config for Travis CI
|
||||
|
|
|
|||
Loading…
Reference in a new issue