Skip to content

Commit e8eb097

Browse files
authored
Remove extra expected event in tests. (#1363)
JAVA-5340
1 parent b40be6b commit e8eb097

File tree

1 file changed

+2
-2
lines changed
  • driver-core/src/test/resources/client-side-encryption/legacy

1 file changed

+2
-2
lines changed

driver-core/src/test/resources/client-side-encryption/legacy/timeoutMS.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -162,15 +162,15 @@
162162
"failPoint": {
163163
"configureFailPoint": "failCommand",
164164
"mode": {
165-
"times": 3
165+
"times": 2
166166
},
167167
"data": {
168168
"failCommands": [
169169
"listCollections",
170170
"find"
171171
],
172172
"blockConnection": true,
173-
"blockTimeMS": 200
173+
"blockTimeMS": 300
174174
}
175175
},
176176
"clientOptions": {

0 commit comments

Comments
 (0)