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 <github@rebertia.com>2014-12-09 01:58:06 +0300
committerChris Rebert <github@rebertia.com>2014-12-09 01:58:06 +0300
commit1f6f95a245e613873b822fbcaba4fa78112c57b4 (patch)
treef52a89ff5b17663e5dbb9e072b0f340ef519f589 /Gruntfile.js
parentdeffd946ef585ec42268bf7439d351ef9123f376 (diff)
grunt-saucelabs now uses `throttled` instead of `concurrency`
[skip validator]
Diffstat (limited to 'Gruntfile.js')
-rw-r--r--Gruntfile.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gruntfile.js b/Gruntfile.js
index 5f7b6b342e..cefef94d51 100644
--- a/Gruntfile.js
+++ b/Gruntfile.js
@@ -370,7 +370,7 @@ module.exports = function (grunt) {
all: {
options: {
build: process.env.TRAVIS_JOB_ID,
- concurrency: 10,
+ throttled: 10,
maxRetries: 3,
urls: ['http://127.0.0.1:3000/js/tests/index.html'],
browsers: grunt.file.readYAML('grunt/sauce_browsers.yml')