mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-03-16 23:30:23 +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,
|
||||
project: 'AngularJS',
|
||||
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:
|
||||
|
|
|
|||
Loading…
Reference in a new issue