aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--grunt.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/grunt.js b/grunt.js
index 872c4f81d..202779e0b 100644
--- a/grunt.js
+++ b/grunt.js
@@ -381,8 +381,8 @@ grunt.registerTask( "testswarm", function( commit, configFile ) {
}, {
authUsername: "jqueryui",
authToken: grunt.file.readJSON( configFile ).jqueryui.authToken,
- jobName: 'jQuery UI commit #<a href="https://github.com/jquery/jquery-ui/commit/' + commit + '">' + commit + '</a>',
- runMax: 4,
+ jobName: 'jQuery UI commit #<a href="https://github.com/jquery/jquery-ui/commit/' + commit + '">' + commit.substr( 0, 10 ) + '</a>',
+ runMax: 3,
"runNames[]": Object.keys(tests),
"runUrls[]": testUrls,
"browserSets[]": ["popular"]