Skip to content

Commit 1e0a762

Browse files
committed
PYTHON-5322 - Increase test_streaming_protocol.TestStreamingProtocol.test_monitor_waits_after_server_check_error timeout
1 parent c3e3373 commit 1e0a762

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

test/asynchronous/test_streaming_protocol.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ async def test_monitor_waits_after_server_check_error(self):
172172
# 2504ms: application handshake succeeds
173173
# 2505ms: ping command succeeds
174174
self.assertGreaterEqual(duration, 2)
175-
self.assertLessEqual(duration, 3.5)
175+
self.assertLessEqual(duration, 4.0)
176176

177177
@async_client_context.require_failCommand_appName
178178
async def test_heartbeat_awaited_flag(self):

test/test_streaming_protocol.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ def test_monitor_waits_after_server_check_error(self):
172172
# 2504ms: application handshake succeeds
173173
# 2505ms: ping command succeeds
174174
self.assertGreaterEqual(duration, 2)
175-
self.assertLessEqual(duration, 3.5)
175+
self.assertLessEqual(duration, 4.0)
176176

177177
@client_context.require_failCommand_appName
178178
def test_heartbeat_awaited_flag(self):

0 commit comments

Comments
 (0)