Test: Set testswarm.runMax from config file

This commit is contained in:
Timo Tijhof 2012-06-11 21:36:29 +02:00 committed by Scott González
parent cac5b08f72
commit 6af0bcc626

View File

@ -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"]