@@ -13,8 +13,8 @@ stepback: true
1313command_type : system
1414
1515# Protect ourself against rogue test case, or curl gone wild, that runs forever
16- # 12 minutes is the longest we'll ever run
17- exec_timeout_secs : 3600 # 12 minutes is the longest we'll ever run
16+ # TODO RUST-1721 Reduce this
17+ exec_timeout_secs : 5400
1818
1919# What to do when evergreen hits the timeout (`post:` tasks are run automatically)
2020timeout :
@@ -453,8 +453,7 @@ functions:
453453 SNAPPY_COMPRESSION_ENABLED=${SNAPPY_COMPRESSION_ENABLED} \
454454 ZLIB_COMPRESSION_ENABLED=${ZLIB_COMPRESSION_ENABLED} \
455455 ZSTD_COMPRESSION_ENABLED=${ZSTD_COMPRESSION_ENABLED} \
456- SINGLE_THREAD=${SINGLE_THREAD} \
457- ASYNC_RUNTIME=${ASYNC_RUNTIME} \
456+ ASYNC_RUNTIME=${ASYNC_RUNTIME} \
458457 MONGODB_API_VERSION=${MONGODB_API_VERSION} \
459458 TLS_FEATURE=${TLS_FEATURE} \
460459 .evergreen/run-tests.sh
@@ -477,9 +476,8 @@ functions:
477476 . .evergreen/generate-uri.sh
478477
479478 SNAPPY_COMPRESSION_ENABLED="true" \
480- ZLIB_COMPRESSION_ENABLED="true" \
481- ZSTD_COMPRESSION_ENABLED="true" \
482- SINGLE_THREAD=${SINGLE_THREAD} \
479+ ZLIB_COMPRESSION_ENABLED="true" \
480+ ZSTD_COMPRESSION_ENABLED="true" \
483481 ASYNC_RUNTIME=${ASYNC_RUNTIME} \
484482 MONGODB_API_VERSION=${MONGODB_API_VERSION} \
485483 TLS_FEATURE=${TLS_FEATURE} \
@@ -1625,7 +1623,6 @@ axes:
16251623 display_name : " MacOS 11.00"
16261624 run_on : macos-1100
16271625 variables :
1628- SINGLE_THREAD : true
16291626 VENV_BIN_DIR : " bin"
16301627 LIBMONGOCRYPT_OS : " macos"
16311628 - id : windows-64-vs2017
0 commit comments