@@ -13,8 +13,8 @@ stepback: true
13
13
command_type : system
14
14
15
15
# 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
18
18
19
19
# What to do when evergreen hits the timeout (`post:` tasks are run automatically)
20
20
timeout :
@@ -453,8 +453,7 @@ functions:
453
453
SNAPPY_COMPRESSION_ENABLED=${SNAPPY_COMPRESSION_ENABLED} \
454
454
ZLIB_COMPRESSION_ENABLED=${ZLIB_COMPRESSION_ENABLED} \
455
455
ZSTD_COMPRESSION_ENABLED=${ZSTD_COMPRESSION_ENABLED} \
456
- SINGLE_THREAD=${SINGLE_THREAD} \
457
- ASYNC_RUNTIME=${ASYNC_RUNTIME} \
456
+ ASYNC_RUNTIME=${ASYNC_RUNTIME} \
458
457
MONGODB_API_VERSION=${MONGODB_API_VERSION} \
459
458
TLS_FEATURE=${TLS_FEATURE} \
460
459
.evergreen/run-tests.sh
@@ -477,9 +476,8 @@ functions:
477
476
. .evergreen/generate-uri.sh
478
477
479
478
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" \
483
481
ASYNC_RUNTIME=${ASYNC_RUNTIME} \
484
482
MONGODB_API_VERSION=${MONGODB_API_VERSION} \
485
483
TLS_FEATURE=${TLS_FEATURE} \
@@ -1625,7 +1623,6 @@ axes:
1625
1623
display_name : " MacOS 11.00"
1626
1624
run_on : macos-1100
1627
1625
variables :
1628
- SINGLE_THREAD : true
1629
1626
VENV_BIN_DIR : " bin"
1630
1627
LIBMONGOCRYPT_OS : " macos"
1631
1628
- id : windows-64-vs2017
0 commit comments