Skip to content

Commit fd11313

Browse files
committed
Increasing the timeouts
1 parent a58634b commit fd11313

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

test/index.js

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,14 @@ if (config.localBrowser) {
2424
port: 80,
2525
user: process.env.SAUCE_USERNAME,
2626
key: process.env.SAUCE_ACCESS_KEY,
27-
'tunnel-identifier': process.env.TRAVIS_JOB_NUMBER,
27+
runsWithSauce: true,
28+
waitForTimeout: 1000,
2829
desiredCapabilities: {
2930
'browser': config.browser,
3031
'version': config.browserVersion,
31-
'os': 'windows'
32+
'os': 'windows',
33+
'tunnel-identifier': process.env.TRAVIS_JOB_NUMBER,
34+
'idle-timeout': 900,
3235
/*'browserstack.debug': 'true',
3336
'browserstack.user': config.browserstackUser,
3437
'browserstack.key': config.browserstackKey*/

0 commit comments

Comments
 (0)