We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16ac4a0 commit d48b62cCopy full SHA for d48b62c
test/csot/waitQueueTimeout.json
@@ -22,7 +22,8 @@
22
"client": {
23
"id": "client",
24
"uriOptions": {
25
- "maxPoolSize": 1
+ "maxPoolSize": 1,
26
+ "appname": "waitQueueTimeoutErrorTest"
27
},
28
"useMultipleMongoses": false,
29
"observeEvents": [
@@ -58,7 +59,8 @@
58
59
"ping"
60
],
61
"blockConnection": true,
- "blockTimeMS": 500
62
+ "blockTimeMS": 500,
63
+ "appName": "waitQueueTimeoutErrorTest"
64
}
65
66
@@ -110,7 +112,7 @@
110
112
"name": "runCommand",
111
113
"object": "database",
114
"arguments": {
- "timeoutMS": 200,
115
+ "timeoutMS": 100,
116
"command": {
117
"hello": 1
118
0 commit comments