From 6af0bcc6262062aa99102a7a9bbde36779f1388f Mon Sep 17 00:00:00 2001 From: Timo Tijhof Date: Mon, 11 Jun 2012 21:36:29 +0200 Subject: [PATCH] Test: Set testswarm.runMax from config file --- grunt.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/grunt.js b/grunt.js index 48a02ee87..faf842f6e 100644 --- a/grunt.js +++ b/grunt.js @@ -146,7 +146,7 @@ module.exports = function( grunt ) { authUsername: config.authUsername, authToken: config.authToken, jobName: 'jQuery commit #' + commit.substr( 0, 10 ) + '', - runMax: 4, + runMax: config.runMax, "runNames[]": tests, "runUrls[]": testUrls, "browserSets[]": ["popular"]