Skip to content
This repository has been archived by the owner on Apr 12, 2024. It is now read-only.

Commit

Permalink
chore(travis): increase BrowserStack timeout to 10min
Browse files Browse the repository at this point in the history
Because IE is retarded.
  • Loading branch information
vojtajina committed Dec 3, 2013
1 parent 09271a8 commit fd4b999
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion karma-shared.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit fd4b999

Please sign in to comment.