diff options
author | Jeff Zambory <jeff.zambory@mongodb.com> | 2022-10-14 14:23:34 +0000 |
---|---|---|
committer | Evergreen Agent <no-reply@evergreen.mongodb.com> | 2022-10-14 14:50:19 +0000 |
commit | 7803ea098278635e62795c212af770c0f922cad2 (patch) | |
tree | d1cbd6fa328995718cdb3b512f29cc0d5f369fd9 /buildscripts | |
parent | 2f1100fa49bbe79828dfb5fba893a57d59904ed9 (diff) | |
download | mongo-7803ea098278635e62795c212af770c0f922cad2.tar.gz |
SERVER-70557: Increase timeout for integration_tests_sharded on s90x
Diffstat (limited to 'buildscripts')
-rwxr-xr-x | buildscripts/evergreen_task_timeout.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/buildscripts/evergreen_task_timeout.py b/buildscripts/evergreen_task_timeout.py index 1e7f9927054..e4a2d8b55bd 100755 --- a/buildscripts/evergreen_task_timeout.py +++ b/buildscripts/evergreen_task_timeout.py @@ -49,6 +49,8 @@ SPECIFIC_TASK_OVERRIDES = { }, "macos-arm64": {"sharded_collections_jscore_passthrough": timedelta(hours=5)}, "enterprise-macos": {"replica_sets_jscore_passthrough": timedelta(hours=2, minutes=30), }, + "enterprise-rhel-72-s390x": {"integration_tests_sharded": timedelta(hours=4)}, + "enterprise-rhel-72-s390x-inmem": {"integration_tests_sharded": timedelta(hours=4)}, # unittests outliers # repeated execution runs a suite 10 times |