File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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 ):
Original file line number Diff line number Diff 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 ):
You can’t perform that action at this time.
0 commit comments