Let grunt-saucelabs wait a little longer for status

This commit is contained in:
lilia 2015-07-28 17:36:59 -07:00
parent 88363daecf
commit 05e81a3604
1 changed files with 2 additions and 1 deletions

View File

@ -181,7 +181,8 @@ module.exports = function(grunt) {
{ browserName: 'firefox', version: '34' }
],
testname: 'TextSecure-Browser Tests',
'max-duration': 300
'max-duration': 300,
statusCheckAttempts: 200
}
}
},