Let grunt-saucelabs wait a little longer for status
This commit is contained in:
parent
88363daecf
commit
05e81a3604
1 changed files with 2 additions and 1 deletions
|
@ -181,7 +181,8 @@ module.exports = function(grunt) {
|
||||||
{ browserName: 'firefox', version: '34' }
|
{ browserName: 'firefox', version: '34' }
|
||||||
],
|
],
|
||||||
testname: 'TextSecure-Browser Tests',
|
testname: 'TextSecure-Browser Tests',
|
||||||
'max-duration': 300
|
'max-duration': 300,
|
||||||
|
statusCheckAttempts: 200
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue