diff options
| author | Chris Rebert <[email protected]> | 2014-01-15 15:55:47 -0800 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2014-01-15 15:55:47 -0800 |
| commit | 47bbc30b2c67915e55467f84d8d8ad77a2615101 (patch) | |
| tree | f78576087dc15835181ac405bfff79ecb3d1662a | |
| parent | fcb78bcef757fb2ce32e033dd5517d1e520fa5b0 (diff) | |
| download | bootstrap-47bbc30b2c67915e55467f84d8d8ad77a2615101.tar.xz bootstrap-47bbc30b2c67915e55467f84d8d8ad77a2615101.zip | |
increase Sauce concurrency
Per https://github.com/twbs/bootstrap/issues/11087#issuecomment-32309827
Thanks @admc & @saucelabs !
| -rw-r--r-- | Gruntfile.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Gruntfile.js b/Gruntfile.js index 2a6e59fc7..313ac6419 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') } |
