We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 752e631 commit 66066b7Copy full SHA for 66066b7
.mci.yml
@@ -182,9 +182,11 @@ c_driver_variables:
182
./tests/make_ca.pl tests/trust_dir tests/trust_dir.cnf
183
touch tests/trust_dir/done
184
export PATH=$PATH:`pwd`/Debug:`pwd`/src/libbson/Debug
185
+ export MONGOC_TEST_FUTURE_TIMEOUT_MS=30000
186
./Debug/test-libmongoc.exe -d -f -p
187
unix: &run_integration_tests_unix
188
run_integration_tests: |
189
190
make TEST_ARGS="-f -p -d" check
191
192
## Other OS-specific attributes, grouped by OS
0 commit comments