Skip to content

Commit ee69466

Browse files
authored
Alleviate the race condition in the pool-checkout-maxConnecting-is-enforced test (#1366)
JAVA-5417
1 parent 7bf5ec2 commit ee69466

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

driver-core/src/test/resources/connection-monitoring-and-pooling/cmap-format/pool-checkout-maxConnecting-is-enforced.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
],
2020
"closeConnection": false,
2121
"blockConnection": true,
22-
"blockTimeMS": 750
22+
"blockTimeMS": 800
2323
}
2424
},
2525
"poolOptions": {
@@ -53,7 +53,7 @@
5353
},
5454
{
5555
"name": "wait",
56-
"ms": 100
56+
"ms": 400
5757
},
5858
{
5959
"name": "checkOut",

0 commit comments

Comments
 (0)