diff options
-rw-r--r-- | Gruntfile.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Gruntfile.js b/Gruntfile.js index 9b19e5b..7bf94a9 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -161,7 +161,7 @@ module.exports = function(grunt) { build: process.env.TRAVIS_JOB_ID, urls: ['http://localhost:9999/spec/?headless=true', 'http://localhost:9999/spec/amd.html?headless=true'], detailedError: true, - concurrency: 2, + concurrency: 4, browsers: [ {browserName: 'chrome'}, {browserName: 'firefox', platform: 'Linux'}, |