]> source.dussan.org Git - jquery.git/commitdiff
Build: Change the timeout for the weekly job from 4h to 1h
authorMichał Gołębiowski <m.goleb@gmail.com>
Tue, 18 Mar 2014 10:55:06 +0000 (11:55 +0100)
committerMichał Gołębiowski <m.goleb@gmail.com>
Tue, 18 Mar 2014 10:56:29 +0000 (11:56 +0100)
(cherry-picked from c1e9bb9e61a79a1d0c4300cc31eac7ff61107085)

build/tasks/testswarm.js

index e01b761e23e41bd181af6aac1a9d81008f1b31a3..f6fd8e750f2e2335829888bf5a71ae369efc380c 100644 (file)
@@ -38,10 +38,10 @@ module.exports = function( grunt ) {
                                name: jobName,
                                runs: runs,
                                runMax: config.runMax,
-                               browserSets: projectName === "jquery" ?
-                                       [ "popular", "ios" ] :
-                                       "weekly",
-                               timeout: projectName === "jquery" ? 1000 * 60 * 30 : 1000 * 60 * 60 * 4
+                               browserSets: projectName === "jqueryweekly" ?
+                                       "weekly" :
+                                       [ "popular", "ios" ],
+                               timeout: projectName === "jqueryweekly" ? 1000 * 60 * 60 : 1000 * 60 * 30
                        }, function( err, passed ) {
                                if ( err ) {
                                        grunt.log.error( err );