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

Commit fd4b999

Browse files
committed
chore(travis): increase BrowserStack timeout to 10min
Because IE is retarded.
1 parent 09271a8 commit fd4b999

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

karma-shared.conf.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@ module.exports = function(config, specificOptions) {
2121
startTunnel: false,
2222
project: 'AngularJS',
2323
name: specificOptions.testName,
24-
build: process.env.TRAVIS_BUILD_NUMBER
24+
build: process.env.TRAVIS_BUILD_NUMBER,
25+
timeout: 600 // 10min
2526
},
2627

2728
// For more browsers on Sauce Labs see:

0 commit comments

Comments
 (0)