Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
],
"closeConnection": false,
"blockConnection": true,
"blockTimeMS": 750
"blockTimeMS": 800
}
},
"poolOptions": {
Expand Down Expand Up @@ -53,7 +53,7 @@
},
{
"name": "wait",
"ms": 100
"ms": 400
},
{
"name": "checkOut",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ failPoint:
failCommands: ["isMaster","hello"]
closeConnection: false
blockConnection: true
blockTimeMS: 750
blockTimeMS: 800
poolOptions:
maxPoolSize: 10
waitQueueTimeoutMS: 5000
Expand All @@ -36,7 +36,7 @@ operations:
count: 1
# wait some more time to ensure thread1 has begun establishing a Connection
- name: wait
ms: 100
ms: 400
# start 2 check out requests. Only one thread should
# start creating a Connection and the other one should be
# waiting for pendingConnectionCount to be less than maxConnecting,
Expand Down