Skip to content

Commit d86837e

Browse files
authored
Update unified CSOT tests. (#1494)
JAVA-5489
1 parent fc7084d commit d86837e

File tree

1 file changed

+4
-4
lines changed
  • driver-core/src/test/resources/unified-test-format/client-side-operation-timeout

1 file changed

+4
-4
lines changed

driver-core/src/test/resources/unified-test-format/client-side-operation-timeout/close-cursors.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
"getMore"
7676
],
7777
"blockConnection": true,
78-
"blockTimeMS": 200
78+
"blockTimeMS": 250
7979
}
8080
}
8181
}
@@ -175,7 +175,7 @@
175175
"killCursors"
176176
],
177177
"blockConnection": true,
178-
"blockTimeMS": 30
178+
"blockTimeMS": 250
179179
}
180180
}
181181
}
@@ -186,15 +186,15 @@
186186
"arguments": {
187187
"filter": {},
188188
"batchSize": 2,
189-
"timeoutMS": 20
189+
"timeoutMS": 200
190190
},
191191
"saveResultAsEntity": "cursor"
192192
},
193193
{
194194
"name": "close",
195195
"object": "cursor",
196196
"arguments": {
197-
"timeoutMS": 40
197+
"timeoutMS": 400
198198
}
199199
}
200200
],

0 commit comments

Comments
 (0)