mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-05-21 21:01:51 +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: {
|
junitReporter: {
|
||||||
outputFile: 'test_out/e2e.xml',
|
outputFile: 'test_out/e2e.xml',
|
||||||
suite: 'E2E'
|
suite: 'E2E'
|
||||||
}
|
},
|
||||||
|
|
||||||
|
browserNoActivityTimeout: 90000
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
|
|
|
||||||
|
|
@ -7,6 +7,7 @@ module.exports = function(config, specificOptions) {
|
||||||
browsers: ['Chrome'],
|
browsers: ['Chrome'],
|
||||||
browserDisconnectTimeout: 10000,
|
browserDisconnectTimeout: 10000,
|
||||||
browserDisconnectTolerance: 2,
|
browserDisconnectTolerance: 2,
|
||||||
|
browserNoActivityTimeout: 20000,
|
||||||
|
|
||||||
|
|
||||||
// SauceLabs config for local development.
|
// SauceLabs config for local development.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue