Skip to content

Commit 8a456db

Browse files
committed
test: increase wait queue timeout due to mock server latency
1 parent cd0e09c commit 8a456db

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

test/spec/connection-monitoring-and-pooling/wait-queue-timeout.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "must aggressively timeout threads enqueued longer than waitQueueTimeoutMS",
55
"poolOptions": {
66
"maxPoolSize": 1,
7-
"waitQueueTimeoutMS": 50
7+
"waitQueueTimeoutMS": 100
88
},
99
"operations": [
1010
{

test/spec/connection-monitoring-and-pooling/wait-queue-timeout.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ style: unit
33
description: must aggressively timeout threads enqueued longer than waitQueueTimeoutMS
44
poolOptions:
55
maxPoolSize: 1
6-
waitQueueTimeoutMS: 50
6+
waitQueueTimeoutMS: 100
77
operations:
88
# Check out only possible connection
99
- name: checkOut

0 commit comments

Comments
 (0)