Skip to content

Commit

Permalink
CDRIVER-5829 Increase spawn wait time (#1808)
Browse files Browse the repository at this point in the history
  • Loading branch information
Cryolitia authored Dec 10, 2024
1 parent 9ed337b commit cd0844c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/cmake/TestFixtures.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ endfunction ()
# Create a fixture that runs a fake Azure IMDS server
mongo_define_subprocess_fixture(
mongoc/fixtures/fake_imds
SPAWN_WAIT 0.2
SPAWN_WAIT 1
COMMAND
"$<TARGET_FILE:Python3::Interpreter>" -u --
"${_MONGOC_BUILD_SCRIPT_DIR}/bottle.py" fake_kms_provider_server:kms_provider
Expand Down

0 comments on commit cd0844c

Please sign in to comment.