Skip to content

Commit 0400949

Browse files
committed
PYTHON-1873 Increase waitQueueTimeoutMS in CMAP fairness test
1 parent f588412 commit 0400949

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/cmap/wait-queue-fairness.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "must issue Connections to threads in the order that the threads entered the queue",
55
"poolOptions": {
66
"maxPoolSize": 1,
7-
"waitQueueTimeoutMS": 1000
7+
"waitQueueTimeoutMS": 5000
88
},
99
"operations": [
1010
{

0 commit comments

Comments
 (0)