Increase saucelabs test timeout

We now have 4 tests that take roughly a minute each since they are
testing keepalive timeouts.
This commit is contained in:
lilia 2015-07-28 15:41:56 -07:00
parent 7c0eb5e080
commit 8851a64bce

View file

@ -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
}
}
},