Increase saucelabs test timeout

We now have 4 tests that take roughly a minute each since they are
testing keepalive timeouts.
pull/749/head
lilia 10 years ago
parent 7c0eb5e080
commit 8851a64bce

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

Loading…
Cancel
Save