mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-05-24 22:03:43 +00:00
chore(travis): increase BrowserStack timeout to 10min
Because IE is retarded.
This commit is contained in:
parent
09271a8ab9
commit
fd4b99936e
1 changed files with 2 additions and 1 deletions
|
|
@ -21,7 +21,8 @@ module.exports = function(config, specificOptions) {
|
||||||
startTunnel: false,
|
startTunnel: false,
|
||||||
project: 'AngularJS',
|
project: 'AngularJS',
|
||||||
name: specificOptions.testName,
|
name: specificOptions.testName,
|
||||||
build: process.env.TRAVIS_BUILD_NUMBER
|
build: process.env.TRAVIS_BUILD_NUMBER,
|
||||||
|
timeout: 600 // 10min
|
||||||
},
|
},
|
||||||
|
|
||||||
// For more browsers on Sauce Labs see:
|
// For more browsers on Sauce Labs see:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue