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:
parent
7c0eb5e080
commit
8851a64bce
1 changed files with 2 additions and 1 deletions
|
@ -180,7 +180,8 @@ module.exports = function(grunt) {
|
||||||
{ browserName: 'chrome', version: '40' },
|
{ browserName: 'chrome', version: '40' },
|
||||||
{ browserName: 'firefox', version: '34' }
|
{ browserName: 'firefox', version: '34' }
|
||||||
],
|
],
|
||||||
testname: 'TextSecure-Browser Tests'
|
testname: 'TextSecure-Browser Tests',
|
||||||
|
maxDuration: 300
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue