mirror of
https://github.com/mongodb/mongo.git
synced 2024-12-01 01:21:03 +01:00
SERVER-21370: increase longevity timeout
This commit is contained in:
parent
0bfa4ddc10
commit
cd2333af43
@ -221,6 +221,7 @@ tasks:
|
||||
- name: shard_cluster_test
|
||||
depends_on:
|
||||
- name: compile
|
||||
exec_timeout_secs: 216000
|
||||
commands:
|
||||
- func: "prepare environment"
|
||||
- func: "bring up 3 shard cluster"
|
||||
@ -240,6 +241,7 @@ tasks:
|
||||
- name: shard_cluster_CSRS_test
|
||||
depends_on:
|
||||
- name: compile
|
||||
exec_timeout_secs: 28800
|
||||
commands:
|
||||
- func: "prepare environment"
|
||||
- func: "bring up 3 shard cluster"
|
||||
|
Loading…
Reference in New Issue
Block a user