Skip to content

Commit 4ce7355

Browse files
authored
PYTHON-6002 - Increase failpoint times for test_heartbeat_awaited_flag (#3011)
1 parent d8599b5 commit 4ce7355

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

test/asynchronous/test_streaming_protocol.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ def hb_failed(event):
192192
return isinstance(event, monitoring.ServerHeartbeatFailedEvent)
193193

194194
fail_heartbeat = {
195-
"mode": {"times": 2},
195+
"mode": {"times": 4},
196196
"data": {
197197
"failCommands": [HelloCompat.LEGACY_CMD, "hello"],
198198
"closeConnection": True,

test/test_streaming_protocol.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ def hb_failed(event):
192192
return isinstance(event, monitoring.ServerHeartbeatFailedEvent)
193193

194194
fail_heartbeat = {
195-
"mode": {"times": 2},
195+
"mode": {"times": 4},
196196
"data": {
197197
"failCommands": [HelloCompat.LEGACY_CMD, "hello"],
198198
"closeConnection": True,

0 commit comments

Comments
 (0)