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 3235d39 commit a6c5c90Copy full SHA for a6c5c90
test/client-side-encryption/spec/legacy/timeoutMS.json
@@ -161,15 +161,15 @@
161
"failPoint": {
162
"configureFailPoint": "failCommand",
163
"mode": {
164
- "times": 3
+ "times": 2
165
},
166
"data": {
167
"failCommands": [
168
"listCollections",
169
"find"
170
],
171
"blockConnection": true,
172
- "blockTimeMS": 20
+ "blockTimeMS": 30
173
}
174
175
"clientOptions": {
0 commit comments