From 2e89d68b66bb30e45d7e8100ac639e83ebadfe22 Mon Sep 17 00:00:00 2001 From: Jeff Zambory Date: Fri, 8 Jul 2022 13:52:17 +0000 Subject: SERVER-67882 Give sharded_collections_jscore_passthrough additional time on mac variants --- etc/evergreen_timeouts.yml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'etc') diff --git a/etc/evergreen_timeouts.yml b/etc/evergreen_timeouts.yml index b1fa2f2f205..5dee1529277 100644 --- a/etc/evergreen_timeouts.yml +++ b/etc/evergreen_timeouts.yml @@ -69,6 +69,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 @@ -79,6 +81,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 -- cgit v1.2.1