diff options
author | Jeff Zambory <jeff.zambory@mongodb.com> | 2022-07-08 13:52:17 +0000 |
---|---|---|
committer | Evergreen Agent <no-reply@evergreen.mongodb.com> | 2022-07-26 15:28:45 +0000 |
commit | a9856393796ff056800c9f589b51e825c3056791 (patch) | |
tree | ca2600f26b55e656ecbf8e30737f1efa2e2c0eaa /etc | |
parent | 5f5940439f371d712670567ef117c0dd5bfe7fba (diff) | |
download | mongo-a9856393796ff056800c9f589b51e825c3056791.tar.gz |
SERVER-67882 Give sharded_collections_jscore_passthrough additional time on mac variants
(cherry picked from commit 2e89d68b66bb30e45d7e8100ac639e83ebadfe22)
Diffstat (limited to 'etc')
-rw-r--r-- | etc/evergreen_timeouts.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/etc/evergreen_timeouts.yml b/etc/evergreen_timeouts.yml index 33b1a6784a0..b09ca41230d 100644 --- a/etc/evergreen_timeouts.yml +++ b/etc/evergreen_timeouts.yml @@ -73,6 +73,8 @@ overrides: exec_timeout: 150 # 2.5 hours - task: run_unittests exec_timeout: 60 + - task: sharded_collections_jscore_passthrough + exec_timeout: 300 # 5 hours macos-debug-suggested: - task: run_unittests @@ -83,6 +85,8 @@ overrides: exec_timeout: 60 - task: sharding_update_v1_oplog_jscore_passthrough exec_timeout: 150 # 2.5 hours + - task: sharded_collections_jscore_passthrough + exec_timeout: 300 # 5 hours rhel80-asan: - task: run_unittests |