mirror of
https://github.com/mongodb/mongo.git
synced 2024-12-01 09:32:32 +01:00
SERVER-67882 Give sharded_collections_jscore_passthrough additional time on mac variants
This commit is contained in:
parent
c0d6689428
commit
2e89d68b66
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user