From 3da26acf8b4180a2139256a8a48e605ae0ec074b Mon Sep 17 00:00:00 2001 From: Noah Stapp Date: Thu, 27 Aug 2026 10:28:10 -0400 Subject: [PATCH] PYTHON-6002 - Increase failpoint times for test_heartbeat_awaited_flag --- test/asynchronous/test_streaming_protocol.py | 2 +- test/test_streaming_protocol.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/test/asynchronous/test_streaming_protocol.py b/test/asynchronous/test_streaming_protocol.py index 645f57e6bc..b87bd4a2e3 100644 --- a/test/asynchronous/test_streaming_protocol.py +++ b/test/asynchronous/test_streaming_protocol.py @@ -192,7 +192,7 @@ def hb_failed(event): return isinstance(event, monitoring.ServerHeartbeatFailedEvent) fail_heartbeat = { - "mode": {"times": 2}, + "mode": {"times": 4}, "data": { "failCommands": [HelloCompat.LEGACY_CMD, "hello"], "closeConnection": True, diff --git a/test/test_streaming_protocol.py b/test/test_streaming_protocol.py index e99a9dd4a4..faa8cee63a 100644 --- a/test/test_streaming_protocol.py +++ b/test/test_streaming_protocol.py @@ -192,7 +192,7 @@ def hb_failed(event): return isinstance(event, monitoring.ServerHeartbeatFailedEvent) fail_heartbeat = { - "mode": {"times": 2}, + "mode": {"times": 4}, "data": { "failCommands": [HelloCompat.LEGACY_CMD, "hello"], "closeConnection": True,