From a6c5c90ad717e99355c752cbbcf0a533b01c8529 Mon Sep 17 00:00:00 2001 From: Steven Silvester Date: Wed, 31 Jul 2024 17:43:00 -0500 Subject: [PATCH] PYTHON-4240 & PYTHON-4570 Update test definition in Client-Side encryption tests (#1761) --- test/client-side-encryption/spec/legacy/timeoutMS.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/client-side-encryption/spec/legacy/timeoutMS.json b/test/client-side-encryption/spec/legacy/timeoutMS.json index 443aa0aa2..b667767cf 100644 --- a/test/client-side-encryption/spec/legacy/timeoutMS.json +++ b/test/client-side-encryption/spec/legacy/timeoutMS.json @@ -161,7 +161,7 @@ "failPoint": { "configureFailPoint": "failCommand", "mode": { - "times": 3 + "times": 2 }, "data": { "failCommands": [ @@ -169,7 +169,7 @@ "find" ], "blockConnection": true, - "blockTimeMS": 20 + "blockTimeMS": 30 } }, "clientOptions": {