diff options
author | Denis Grebennicov <denis.grebennicov@mongodb.com> | 2022-06-27 07:10:29 +0000 |
---|---|---|
committer | Evergreen Agent <no-reply@evergreen.mongodb.com> | 2022-07-20 11:57:44 +0000 |
commit | edd4245ab1ae21f66f1ec87e86c26cadfabf584a (patch) | |
tree | 623e71fafc84d87d60854250d41f2757b59a700a /etc | |
parent | 7765a294e9b9a1234164cee10218592e3027fcee (diff) | |
download | mongo-edd4245ab1ae21f66f1ec87e86c26cadfabf584a.tar.gz |
SERVER-67395 Increase the timeout of sharding_update_v1_oplog_jscore_passthrough task to 2.5 hours on macos-arm64
Diffstat (limited to 'etc')
-rw-r--r-- | etc/evergreen_timeouts.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/etc/evergreen_timeouts.yml b/etc/evergreen_timeouts.yml index 850085f56fa..33b1a6784a0 100644 --- a/etc/evergreen_timeouts.yml +++ b/etc/evergreen_timeouts.yml @@ -81,6 +81,8 @@ overrides: macos-arm64: - task: run_unittests exec_timeout: 60 + - task: sharding_update_v1_oplog_jscore_passthrough + exec_timeout: 150 # 2.5 hours rhel80-asan: - task: run_unittests |