Increase sauce test concurrency

This commit is contained in:
kpdecker
2015-08-03 23:43:13 -05:00
parent a44fe470b4
commit ba31ef8ae4
+1 -1
View File
@@ -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'},