Skip to content

Commit 43fb293

Browse files
authored
CSHARP-3995: Fix flaky pool-checkout-maxConnecting-is-enforced.json:maxConnecting_is_enforced (#1299)
1 parent fb932d4 commit 43fb293

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

specifications/connection-monitoring-and-pooling/tests/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",

specifications/connection-monitoring-and-pooling/tests/cmap-format/pool-checkout-maxConnecting-is-enforced.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ failPoint:
1313
failCommands: ["isMaster","hello"]
1414
closeConnection: false
1515
blockConnection: true
16-
blockTimeMS: 750
16+
blockTimeMS: 800
1717
poolOptions:
1818
maxPoolSize: 10
1919
waitQueueTimeoutMS: 5000
@@ -36,7 +36,7 @@ operations:
3636
count: 1
3737
# wait some more time to ensure thread1 has begun establishing a Connection
3838
- name: wait
39-
ms: 100
39+
ms: 400
4040
# start 2 check out requests. Only one thread should
4141
# start creating a Connection and the other one should be
4242
# waiting for pendingConnectionCount to be less than maxConnecting,

0 commit comments

Comments
 (0)