From 8851a64bce8a90b419d22a6a58ce93941b012b25 Mon Sep 17 00:00:00 2001 From: lilia Date: Tue, 28 Jul 2015 15:41:56 -0700 Subject: [PATCH] Increase saucelabs test timeout We now have 4 tests that take roughly a minute each since they are testing keepalive timeouts. --- Gruntfile.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Gruntfile.js b/Gruntfile.js index de38eccd..e91104c0 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -180,7 +180,8 @@ module.exports = function(grunt) { { browserName: 'chrome', version: '40' }, { browserName: 'firefox', version: '34' } ], - testname: 'TextSecure-Browser Tests' + testname: 'TextSecure-Browser Tests', + maxDuration: 300 } } },