From c49693adbcff7bd6b84557d70426ed371d00ea4c Mon Sep 17 00:00:00 2001 From: Oleksandr Poliakov Date: Fri, 12 Jul 2024 12:34:24 -0700 Subject: [PATCH] Regenerate all jsons --- .../tests/close-cursors.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/source/client-side-operations-timeout/tests/close-cursors.json b/source/client-side-operations-timeout/tests/close-cursors.json index a8b2d724fa..79b0de7b6a 100644 --- a/source/client-side-operations-timeout/tests/close-cursors.json +++ b/source/client-side-operations-timeout/tests/close-cursors.json @@ -75,7 +75,7 @@ "getMore" ], "blockConnection": true, - "blockTimeMS": 200 + "blockTimeMS": 250 } } } @@ -175,7 +175,7 @@ "killCursors" ], "blockConnection": true, - "blockTimeMS": 30 + "blockTimeMS": 250 } } } @@ -186,7 +186,7 @@ "arguments": { "filter": {}, "batchSize": 2, - "timeoutMS": 20 + "timeoutMS": 200 }, "saveResultAsEntity": "cursor" }, @@ -194,7 +194,7 @@ "name": "close", "object": "cursor", "arguments": { - "timeoutMS": 40 + "timeoutMS": 400 } } ],