mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-03-16 23:30:23 +00:00
chore(travis): give browsers more time to respond
This commit is contained in:
parent
9481d69d1c
commit
9a81b8668a
2 changed files with 4 additions and 1 deletions
|
|
@ -20,6 +20,8 @@ module.exports = function(config) {
|
|||
junitReporter: {
|
||||
outputFile: 'test_out/e2e.xml',
|
||||
suite: 'E2E'
|
||||
}
|
||||
},
|
||||
|
||||
browserNoActivityTimeout: 90000
|
||||
});
|
||||
};
|
||||
|
|
|
|||
|
|
@ -7,6 +7,7 @@ module.exports = function(config, specificOptions) {
|
|||
browsers: ['Chrome'],
|
||||
browserDisconnectTimeout: 10000,
|
||||
browserDisconnectTolerance: 2,
|
||||
browserNoActivityTimeout: 20000,
|
||||
|
||||
|
||||
// SauceLabs config for local development.
|
||||
|
|
|
|||
Loading…
Reference in a new issue