From ce71c3d2ef3095ee2a1676d4e7a1b4d7bc1c2abe Mon Sep 17 00:00:00 2001 From: Bart Butler Date: Fri, 16 Feb 2018 18:00:42 -0800 Subject: [PATCH] try raising max-duration for saucelabs test --- Gruntfile.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Gruntfile.js b/Gruntfile.js index 110e99ac..f8f210df 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -244,7 +244,8 @@ module.exports = function(grunt) { maxRetries: 3, throttled: 2, pollInterval: 4000, - statusCheckAttempts: 200, + 'max-duration': 360, + statusCheckAttempts: 200 } } },