From ba31ef8ae4964f2cc9cb6bedd44d7dbf829693ab Mon Sep 17 00:00:00 2001 From: kpdecker Date: Mon, 3 Aug 2015 23:43:13 -0500 Subject: Increase sauce test concurrency --- Gruntfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'}, -- cgit v1.1