Skip to content
Permalink
Browse files
Test: Set testswarm.runMax from config file
  • Loading branch information
Krinkle authored and scottgonzalez committed Jun 11, 2012
1 parent cac5b08 commit 6af0bcc
Showing 1 changed file with 1 addition and 1 deletion.
@@ -146,7 +146,7 @@ module.exports = function( grunt ) {
authUsername: config.authUsername,
authToken: config.authToken,
jobName: 'jQuery commit #<a href="https://github.com/jquery/jquery/commit/' + commit + '">' + commit.substr( 0, 10 ) + '</a>',
runMax: 4,
runMax: config.runMax,
"runNames[]": tests,
"runUrls[]": testUrls,
"browserSets[]": ["popular"]

0 comments on commit 6af0bcc

Please sign in to comment.