Skip to content

Commit a6c5c90

Browse files
authored
PYTHON-4240 & PYTHON-4570 Update test definition in Client-Side encryption tests (mongodb#1761)
1 parent 3235d39 commit a6c5c90

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/client-side-encryption/spec/legacy/timeoutMS.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -161,15 +161,15 @@
161161
"failPoint": {
162162
"configureFailPoint": "failCommand",
163163
"mode": {
164-
"times": 3
164+
"times": 2
165165
},
166166
"data": {
167167
"failCommands": [
168168
"listCollections",
169169
"find"
170170
],
171171
"blockConnection": true,
172-
"blockTimeMS": 20
172+
"blockTimeMS": 30
173173
}
174174
},
175175
"clientOptions": {

0 commit comments

Comments
 (0)