aboutsummaryrefslogtreecommitdiff
path: root/Gruntfile.js
diff options
context:
space:
mode:
authorChris Rebert <[email protected]>2014-06-24 12:36:18 -0700
committerChris Rebert <[email protected]>2014-06-24 12:36:18 -0700
commit389210fca6960f9113d35bf3a0ebdf9ebee9979f (patch)
treeef8080d2461a3e71f6d2322cbc5dfe237d9744c2 /Gruntfile.js
parentdad6d4445cafd09547a6606d8e3a33584c9dad9b (diff)
parent6ec5b8cea8c7a787db3ae1393f258f2803c4da23 (diff)
downloadbootstrap-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.js1
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')
}