diff options
| author | Chris Rebert <[email protected]> | 2014-06-24 12:36:18 -0700 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2014-06-24 12:36:18 -0700 |
| commit | 389210fca6960f9113d35bf3a0ebdf9ebee9979f (patch) | |
| tree | ef8080d2461a3e71f6d2322cbc5dfe237d9744c2 /Gruntfile.js | |
| parent | dad6d4445cafd09547a6606d8e3a33584c9dad9b (diff) | |
| parent | 6ec5b8cea8c7a787db3ae1393f258f2803c4da23 (diff) | |
| download | bootstrap-389210fca6960f9113d35bf3a0ebdf9ebee9979f.tar.xz bootstrap-389210fca6960f9113d35bf3a0ebdf9ebee9979f.zip | |
Merge pull request #13918 from twbs/sauce-with-retries
Enable retrying of timed-out Sauce tests
Diffstat (limited to 'Gruntfile.js')
| -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') } |
