mirror of
https://github.com/jquery/jquery.git
synced 2024-11-23 02:54:22 +00:00
Build: Change the timeout for the weekly job from 4h to 1h
This commit is contained in:
parent
551578eb36
commit
c1e9bb9e61
@ -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 );
|
||||
|
Loading…
Reference in New Issue
Block a user