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,