Skip to content

Commit 66066b7

Browse files
committed
longer timeout in test framework's future_wait
Occasional spurious failures on slow build VMs.
1 parent 752e631 commit 66066b7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.mci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -182,9 +182,11 @@ c_driver_variables:
182182
./tests/make_ca.pl tests/trust_dir tests/trust_dir.cnf
183183
touch tests/trust_dir/done
184184
export PATH=$PATH:`pwd`/Debug:`pwd`/src/libbson/Debug
185+
export MONGOC_TEST_FUTURE_TIMEOUT_MS=30000
185186
./Debug/test-libmongoc.exe -d -f -p
186187
unix: &run_integration_tests_unix
187188
run_integration_tests: |
189+
export MONGOC_TEST_FUTURE_TIMEOUT_MS=30000
188190
make TEST_ARGS="-f -p -d" check
189191
190192
## Other OS-specific attributes, grouped by OS

0 commit comments

Comments
 (0)