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:
@@ -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
|
||||
}
|
||||
}
|
||||
},
|
||||
|
Reference in New Issue
Block a user