Skip to content

Commit 47e55b4

Browse files
committed
update uri options
1 parent 9fa3a6f commit 47e55b4

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

test/load_balancer/sdam-error-handling.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,11 @@
2323
{
2424
"client": {
2525
"id": "failPointClient",
26-
"useMultipleMongoses": false
26+
"useMultipleMongoses": false,
27+
"uriOptions": {
28+
"socketTimeoutMS": 500,
29+
"connectTimeoutMS": 500
30+
}
2731
}
2832
},
2933
{

0 commit comments

Comments
 (0)