aboutsummaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorMichał Gołębiowski <m.goleb@gmail.com>2014-03-18 11:55:06 +0100
committerMichał Gołębiowski <m.goleb@gmail.com>2014-03-18 11:56:29 +0100
commitbe565d1cdbdcb66e42411a2d7aa7e89b1fd66c1f (patch)
tree2ed05394d1a6a9bc57de5ec9f2ac1ca045429ba9 /build
parent835d64e81a6f8a8201cfdac0b956752d3591449e (diff)
downloadjquery-be565d1cdbdcb66e42411a2d7aa7e89b1fd66c1f.tar.gz
jquery-be565d1cdbdcb66e42411a2d7aa7e89b1fd66c1f.zip
Build: Change the timeout for the weekly job from 4h to 1h
(cherry-picked from c1e9bb9e61a79a1d0c4300cc31eac7ff61107085)
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 e01b761e2..f6fd8e750 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", "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 );