diff options
| author | Chris Rebert <[email protected]> | 2014-06-24 12:12:21 -0700 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2014-06-24 12:17:38 -0700 |
| commit | 6ec5b8cea8c7a787db3ae1393f258f2803c4da23 (patch) | |
| tree | 5b2678fe4889218a33d24f468b31d6f682d27242 | |
| parent | df1aee56dfe91aabbba2df0d868447c82baae64d (diff) | |
| download | bootstrap-6ec5b8cea8c7a787db3ae1393f258f2803c4da23.tar.xz bootstrap-6ec5b8cea8c7a787db3ae1393f258f2803c4da23.zip | |
retry each test up to 3 times in the event of timeout
Big thanks to @gvas for https://github.com/axemclion/grunt-saucelabs/pull/136 ! <3
| -rw-r--r-- | Gruntfile.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Gruntfile.js b/Gruntfile.js index d1e94869f..66e1de36e 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -379,6 +379,7 @@ module.exports = function (grunt) { options: { build: process.env.TRAVIS_JOB_ID, concurrency: 10, + maxRetries: 3, urls: ['http://127.0.0.1:3000/js/tests/index.html'], browsers: grunt.file.readYAML('grunt/sauce_browsers.yml') } |
