From fab4aa13ca5c4d622e923f816c6fe723e1d3fb57 Mon Sep 17 00:00:00 2001 From: Timo Tijhof Date: Mon, 30 Apr 2012 13:41:27 +0200 Subject: Update grunt.js - Raise runMax to enable automatic error-margin recovery in TestSwarm - Turn browserSets into an array (since it is) - Add "beta" to browserSets (the only difference right now is the inclusion of IE10) --- grunt.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/grunt.js b/grunt.js index 3d33e9e50..a19e35f5f 100644 --- a/grunt.js +++ b/grunt.js @@ -376,10 +376,10 @@ grunt.registerTask( "testswarm", function( commit, authToken ) { authUsername: "jqueryui", authToken: authToken, jobName: 'jQuery UI commit #' + commit + '', - runMax: 1, + runMax: 4, "runNames[]": Object.keys(tests), "runUrls[]": testUrls, - browserSets: "popular" + "browserSets[]": ["popular", "beta"] }); }); -- cgit v1.2.3