Increase max duration allowed for sauce to run tests.

This commit is contained in:
jdalton
2015-05-28 22:18:39 -04:00
parent 20127f6a2a
commit a02be54421

View File

@@ -76,7 +76,7 @@ var advisor = getOption('advisor', false),
framework = getOption('framework', 'qunit'),
idleTimeout = getOption('idleTimeout', 60),
jobName = getOption('name', 'unit tests'),
maxDuration = getOption('maxDuration', 120),
maxDuration = getOption('maxDuration', 180),
port = ports[Math.min(_.sortedIndex(ports, getOption('port', 9001)), ports.length - 1)],
publicAccess = getOption('public', true),
queueTimeout = getOption('queueTimeout', 240),