We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a58634b commit fd11313Copy full SHA for fd11313
test/index.js
@@ -24,11 +24,14 @@ if (config.localBrowser) {
24
port: 80,
25
user: process.env.SAUCE_USERNAME,
26
key: process.env.SAUCE_ACCESS_KEY,
27
- 'tunnel-identifier': process.env.TRAVIS_JOB_NUMBER,
+ runsWithSauce: true,
28
+ waitForTimeout: 1000,
29
desiredCapabilities: {
30
'browser': config.browser,
31
'version': config.browserVersion,
- 'os': 'windows'
32
+ 'os': 'windows',
33
+ 'tunnel-identifier': process.env.TRAVIS_JOB_NUMBER,
34
+ 'idle-timeout': 900,
35
/*'browserstack.debug': 'true',
36
'browserstack.user': config.browserstackUser,
37
'browserstack.key': config.browserstackKey*/
0 commit comments