From: Chris Rebert Date: Mon, 8 Dec 2014 22:58:06 +0000 (-0800) Subject: grunt-saucelabs now uses `throttled` instead of `concurrency` X-Git-Tag: v3.3.2~5^2~109 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1f6f95a245e613873b822fbcaba4fa78112c57b4;p=thirdparty%2Fbootstrap.git grunt-saucelabs now uses `throttled` instead of `concurrency` [skip validator] --- 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')