Skip to content

Commit d48b62c

Browse files
committed
PYTHON-5202 Resync
1 parent 16ac4a0 commit d48b62c

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

test/csot/waitQueueTimeout.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@
2222
"client": {
2323
"id": "client",
2424
"uriOptions": {
25-
"maxPoolSize": 1
25+
"maxPoolSize": 1,
26+
"appname": "waitQueueTimeoutErrorTest"
2627
},
2728
"useMultipleMongoses": false,
2829
"observeEvents": [
@@ -58,7 +59,8 @@
5859
"ping"
5960
],
6061
"blockConnection": true,
61-
"blockTimeMS": 500
62+
"blockTimeMS": 500,
63+
"appName": "waitQueueTimeoutErrorTest"
6264
}
6365
}
6466
}
@@ -110,7 +112,7 @@
110112
"name": "runCommand",
111113
"object": "database",
112114
"arguments": {
113-
"timeoutMS": 200,
115+
"timeoutMS": 100,
114116
"command": {
115117
"hello": 1
116118
},

0 commit comments

Comments
 (0)