diff options
author | Timo Tijhof <krinklemail@gmail.com> | 2012-06-11 21:36:29 +0200 |
---|---|---|
committer | Scott González <scott.gonzalez@gmail.com> | 2012-06-11 15:56:08 -0400 |
commit | 6af0bcc6262062aa99102a7a9bbde36779f1388f (patch) | |
tree | 9fdcef7260d8d2fe177493a9f9fd7a947734d1cf /grunt.js | |
parent | cac5b08f7215159ccd8ee328b02a7e2355aeb5bb (diff) | |
download | jquery-6af0bcc6262062aa99102a7a9bbde36779f1388f.tar.gz jquery-6af0bcc6262062aa99102a7a9bbde36779f1388f.zip |
Test: Set testswarm.runMax from config file
Diffstat (limited to 'grunt.js')
-rw-r--r-- | grunt.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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"] |