From: Chris Rebert Date: Wed, 15 Jan 2014 23:55:47 +0000 (-0800) Subject: increase Sauce concurrency X-Git-Tag: v3.1.0~94 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=47bbc30b2c67915e55467f84d8d8ad77a2615101;p=thirdparty%2Fbootstrap.git increase Sauce concurrency Per https://github.com/twbs/bootstrap/issues/11087#issuecomment-32309827 Thanks @admc & @saucelabs ! --- diff --git a/Gruntfile.js b/Gruntfile.js index 2a6e59fc70..313ac64198 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -337,7 +337,7 @@ module.exports = function (grunt) { all: { options: { build: process.env.TRAVIS_JOB_ID, - concurrency: 3, + concurrency: 10, urls: ['http://127.0.0.1:3000/js/tests/index.html'], browsers: grunt.file.readYAML('test-infra/sauce_browsers.yml') }