From 48cbb97d199b00b09757db45c0ce20341951de1e Mon Sep 17 00:00:00 2001 From: Daniel Huigens Date: Sun, 29 Apr 2018 15:03:46 +0200 Subject: [PATCH] Bump Sauce Labs timeout --- Gruntfile.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Gruntfile.js b/Gruntfile.js index 2714535f..af6a0ba0 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -229,8 +229,8 @@ module.exports = function(grunt) { public: "public", maxRetries: 3, throttled: 2, - pollInterval: 4000, - 'max-duration': 360, + pollInterval: 10000, + sauceConfig: {maxDuration: 1800, commandTimeout: 600, idleTimeout: 1000}, statusCheckAttempts: 200 } }