Skip to content

Commit 10cf58d

Browse files
authored
RUST-855 Sync timeout change for wait queue timeout tests (#664)
1 parent 9258b9d commit 10cf58d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
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": 20
7+
"waitQueueTimeoutMS": 50
88
},
99
"operations": [
1010
{

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

Lines changed: 1 addition & 1 deletion
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: 20
6+
waitQueueTimeoutMS: 50
77
operations:
88
- name: ready
99
# Check out only possible connection

0 commit comments

Comments
 (0)