Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Rebert <code@rebertia.com>2015-01-05 23:40:43 +0300
committerChris Rebert <code@rebertia.com>2015-01-05 23:40:43 +0300
commit9d0f6c05f423347356876d5a5478ef4b74eacd24 (patch)
tree09611641361ff283667dfd420c29b901da7682ed /Gruntfile.js
parent19222bfe8962c9987aa96d7bdeb0b5f2ce1505ba (diff)
Sauce testing: set maxPollRetries to 4 for increased robustness
Diffstat (limited to 'Gruntfile.js')
-rw-r--r--Gruntfile.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/Gruntfile.js b/Gruntfile.js
index 4c6c8c9c43..de945ab3cf 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')
}