mirror of
https://github.com/mongodb/mongo.git
synced 2024-12-01 09:32:32 +01:00
SERVER-54880: Increase timeout for generating tasks
This commit is contained in:
parent
7912d2ea2a
commit
d5d46a7306
@ -1681,6 +1681,10 @@ functions:
|
||||
display_name: Generated Task Config - Execution ${execution}
|
||||
optional: true
|
||||
|
||||
- command: timeout.update
|
||||
params:
|
||||
exec_timeout_secs: 10800 # 3 hours
|
||||
|
||||
- command: generate.tasks
|
||||
params:
|
||||
optional: true
|
||||
@ -1727,6 +1731,10 @@ functions:
|
||||
display_name: Generated Task Config - Execution ${execution}
|
||||
optional: true
|
||||
|
||||
- command: timeout.update
|
||||
params:
|
||||
exec_timeout_secs: 10800 # 3 hours
|
||||
|
||||
- command: generate.tasks
|
||||
params:
|
||||
optional: true
|
||||
@ -2158,6 +2166,10 @@ functions:
|
||||
display_name: Generated Task Config - Execution ${execution}
|
||||
optional: true
|
||||
|
||||
- command: timeout.update
|
||||
params:
|
||||
exec_timeout_secs: 10800 # 3 hours
|
||||
|
||||
- command: generate.tasks
|
||||
params:
|
||||
optional: true
|
||||
@ -2204,6 +2216,10 @@ functions:
|
||||
display_name: Generated Task Config - Execution ${execution}
|
||||
optional: true
|
||||
|
||||
- command: timeout.update
|
||||
params:
|
||||
exec_timeout_secs: 10800 # 3 hours
|
||||
|
||||
- command: generate.tasks
|
||||
params:
|
||||
# Optional b/c reruns of this task will produce no JSON files to avoid
|
||||
@ -2251,6 +2267,10 @@ functions:
|
||||
content_type: ${content_type|application/gzip}
|
||||
display_name: Generated Task Config - Execution ${execution}
|
||||
|
||||
- command: timeout.update
|
||||
params:
|
||||
exec_timeout_secs: 10800 # 3 hours
|
||||
|
||||
- command: generate.tasks
|
||||
params:
|
||||
files:
|
||||
|
Loading…
Reference in New Issue
Block a user