- commit
- ab7a025d56d2b97eeb1e5268c1007c05d115330f
- parent
- 5a1c7b1f92b694940a725ac2df4252256256d638
- Author
- Tobias Bengfort <tobias.bengfort@gmx.net>
- Date
- 2015-08-23 18:14
increase saucelabs timeout
Diffstat
| M | Gruntfile.js | 2 | +- |
1 files changed, 1 insertions, 1 deletions
diff --git a/Gruntfile.js b/Gruntfile.js
@@ -96,7 +96,7 @@ module.exports = function (grunt) {
96 96 testname: process.env.TRAVIS_REPO_SLUG + '/' + process.env.TRAVIS_JOB_NUMBER,
97 97 throttled: 3,
98 98 sauceConfig: {
99 -1 'max-duration': 25,
-1 99 'max-duration': 50,
100 100 'video-upload-on-pass': false
101 101 },
102 102 onProgress: reportProgress