mirror of https://github.com/mongodb/mongo
SERVER-109585 Temporarily hardcode timeout for replica_set_transition_to_csrs suite (#40409)
GitOrigin-RevId: 265cdf839ef086c05c17dc56761c4d7032c7619c
This commit is contained in:
parent
ba58c9dac2
commit
a30225a0d9
|
|
@ -1401,6 +1401,12 @@ tasks:
|
|||
tags: ["assigned_to_jira_team_server_catalog_and_routing", "default"]
|
||||
commands:
|
||||
- func: "generate resmoke tasks"
|
||||
# The hardcoded timeout is to overrule history-based timeout at the beginning of the suite
|
||||
# introduction. This should be removed once the suite has run for long enough that the
|
||||
# historical timeout is more accurate.
|
||||
vars:
|
||||
exec_timeout_secs: 4800 # 80min
|
||||
timeout_secs: 4800 # 80min
|
||||
|
||||
- <<: *gen_task_template
|
||||
name: retryable_writes_downgrade_gen
|
||||
|
|
|
|||
Loading…
Reference in New Issue