Skip to content

Commit f607303

Browse files
committedAug 22, 2017
Merge branch 'master' of https://github.com/JamieMason/karma-sauce-launcher into JamieMason-master
2 parents 0362ad5 + 3fe1c75 commit f607303

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed
 

‎lib/sauce_launcher.js

+6
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,9 @@ function processConfig (helper, config, args) {
5151
'disable-popup-handler': true,
5252
build: build || null,
5353
public: null,
54+
commandTimeout: 300,
55+
idleTimeout: 90,
56+
maxDuration: 1800,
5457
customData: {}
5558
}
5659

@@ -66,6 +69,9 @@ function processConfig (helper, config, args) {
6669
'record-screenshots': config.recordScreenshots,
6770
public: config.public,
6871
parentTunnel: config.parentTunnel,
72+
commandTimeout: config.commandTimeout,
73+
idleTimeout: config.idleTimeout,
74+
maxDuration: config.maxDuration,
6975
customData: config.customData
7076
}, {
7177
// Need to rename some properties from args

0 commit comments

Comments
 (0)
Please sign in to comment.