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 8b86f45 commit d1e05ccCopy full SHA for d1e05cc
tests/test-mongoc-topology.c
@@ -253,7 +253,7 @@ test_cooldown_standalone (void)
253
mock_server_run (server);
254
uri = mongoc_uri_copy (mock_server_get_uri (server));
255
/* anything less than minHeartbeatFrequencyMS=500 is irrelevant */
256
- mongoc_uri_set_option_as_int32 (uri, "serverSelectionTimeoutMS", 1);
+ mongoc_uri_set_option_as_int32 (uri, "serverSelectionTimeoutMS", 100);
257
client = mongoc_client_new_from_uri (uri);
258
primary_pref = mongoc_read_prefs_new (MONGOC_READ_PRIMARY);
259
0 commit comments