From a02be5442109a27b3e8ff0a10ccd40abcdf22c98 Mon Sep 17 00:00:00 2001 From: jdalton Date: Thu, 28 May 2015 22:18:39 -0400 Subject: [PATCH] Increase max duration allowed for sauce to run tests. --- test/saucelabs.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/saucelabs.js b/test/saucelabs.js index d076e9897..f2f2e3857 100644 --- a/test/saucelabs.js +++ b/test/saucelabs.js @@ -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),