Skip to content

Commit 9b55d2b

Browse files
authored
Increase waitQueueTimeoutMS in some tests to reduce the probability of timing out accidentally (#732)
JAVA-4194
1 parent 3ff3e8a commit 9b55d2b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

driver-core/src/test/resources/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
{

driver-core/src/test/resources/unified-test-format/load-balancers/wait-queue-timeouts.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"useMultipleMongoses": true,
1616
"uriOptions": {
1717
"maxPoolSize": 1,
18-
"waitQueueTimeoutMS": 5
18+
"waitQueueTimeoutMS": 50
1919
},
2020
"observeEvents": [
2121
"connectionCheckedOutEvent",

0 commit comments

Comments
 (0)