From 47bbc30b2c67915e55467f84d8d8ad77a2615101 Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Wed, 15 Jan 2014 15:55:47 -0800 Subject: [PATCH] increase Sauce concurrency Per https://github.com/twbs/bootstrap/issues/11087#issuecomment-32309827 Thanks @admc & @saucelabs ! --- Gruntfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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') }