Skip to content

Commit 35aae1a

Browse files
DRIVERS-2874: fix flaky maxConnecting-is-enforced CMAP test (#1563)
fix flaky maxConnecting-is-enforced CMAP test
1 parent 611b12c commit 35aae1a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

source/connection-monitoring-and-pooling/tests/cmap-format/pool-checkout-maxConnecting-is-enforced.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

source/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)