summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkpdecker <kpdecker@gmail.com>2015-08-03 23:43:13 -0500
committerkpdecker <kpdecker@gmail.com>2015-08-03 23:43:13 -0500
commitba31ef8ae4964f2cc9cb6bedd44d7dbf829693ab (patch)
tree598f7a300a85968bd74a8c4b1c3572aaad4993a5
parenta44fe470b4c8b62c474a6450f87cadb7ad7bfc25 (diff)
downloadhandlebars.js-ba31ef8ae4964f2cc9cb6bedd44d7dbf829693ab.zip
handlebars.js-ba31ef8ae4964f2cc9cb6bedd44d7dbf829693ab.tar.gz
handlebars.js-ba31ef8ae4964f2cc9cb6bedd44d7dbf829693ab.tar.bz2
Increase sauce test concurrency
-rw-r--r--Gruntfile.js2
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'},