aboutsummaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
Diffstat (limited to 'build')
-rw-r--r--build/tasks/testswarm.js8
1 files changed, 4 insertions, 4 deletions
diff --git a/build/tasks/testswarm.js b/build/tasks/testswarm.js
index c4839ae60..1e4e04531 100644
--- a/build/tasks/testswarm.js
+++ b/build/tasks/testswarm.js
@@ -38,10 +38,10 @@ module.exports = function( grunt ) {
name: jobName,
runs: runs,
runMax: config.runMax,
- browserSets: projectName === "jquery" ?
- [ "popular-no-old-ie", "ios" ] :
- "weekly-no-old-ie",
- timeout: projectName === "jquery" ? 1000 * 60 * 30 : 1000 * 60 * 60 * 4
+ browserSets: projectName === "jqueryweekly" ?
+ "weekly-no-old-ie" :
+ [ "popular-no-old-ie", "ios" ],
+ timeout: projectName === "jqueryweekly" ? 1000 * 60 * 60 : 1000 * 60 * 30
}, function( err, passed ) {
if ( err ) {
grunt.log.error( err );