diff options
| author | Chris Rebert <[email protected]> | 2015-01-05 12:48:21 -0800 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2015-01-05 12:48:21 -0800 |
| commit | 08410280091ff1ef77e110c1e5e29eb8f3653a84 (patch) | |
| tree | 09611641361ff283667dfd420c29b901da7682ed | |
| parent | 19222bfe8962c9987aa96d7bdeb0b5f2ce1505ba (diff) | |
| parent | 9d0f6c05f423347356876d5a5478ef4b74eacd24 (diff) | |
| download | bootstrap-08410280091ff1ef77e110c1e5e29eb8f3653a84.tar.xz bootstrap-08410280091ff1ef77e110c1e5e29eb8f3653a84.zip | |
Merge pull request #15495 from twbs/sauce-maxPollRetries
Sauce testing: set maxPollRetries to 4 for increased robustness
| -rw-r--r-- | Gruntfile.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Gruntfile.js b/Gruntfile.js index 4c6c8c9c4..de945ab3c 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -373,6 +373,7 @@ module.exports = function (grunt) { build: process.env.TRAVIS_JOB_ID, throttled: 10, maxRetries: 3, + maxPollRetries: 4, urls: ['http://127.0.0.1:3000/js/tests/index.html'], browsers: grunt.file.readYAML('grunt/sauce_browsers.yml') } |
