diff --git a/test/asynchronous/test_streaming_protocol.py b/test/asynchronous/test_streaming_protocol.py index 1206e7b2fa..70ec49de80 100644 --- a/test/asynchronous/test_streaming_protocol.py +++ b/test/asynchronous/test_streaming_protocol.py @@ -172,7 +172,7 @@ async def test_monitor_waits_after_server_check_error(self): # 2504ms: application handshake succeeds # 2505ms: ping command succeeds self.assertGreaterEqual(duration, 2) - self.assertLessEqual(duration, 3.5) + self.assertLessEqual(duration, 4.0) @async_client_context.require_failCommand_appName async def test_heartbeat_awaited_flag(self): diff --git a/test/test_streaming_protocol.py b/test/test_streaming_protocol.py index acf7610c94..927230091f 100644 --- a/test/test_streaming_protocol.py +++ b/test/test_streaming_protocol.py @@ -172,7 +172,7 @@ def test_monitor_waits_after_server_check_error(self): # 2504ms: application handshake succeeds # 2505ms: ping command succeeds self.assertGreaterEqual(duration, 2) - self.assertLessEqual(duration, 3.5) + self.assertLessEqual(duration, 4.0) @client_context.require_failCommand_appName def test_heartbeat_awaited_flag(self):