mirror of
https://github.com/zhigang1992/angular.js.git
synced 2026-04-30 05:45:44 +08:00
chore(travis): give browsers more time to respond
This commit is contained in:
@@ -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.
|
||||||
|
|||||||
Reference in New Issue
Block a user