File tree 2 files changed +2
-2
lines changed
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):
172
172
# 2504ms: application handshake succeeds
173
173
# 2505ms: ping command succeeds
174
174
self .assertGreaterEqual (duration , 2 )
175
- self .assertLessEqual (duration , 3.5 )
175
+ self .assertLessEqual (duration , 4.0 )
176
176
177
177
@async_client_context .require_failCommand_appName
178
178
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):
172
172
# 2504ms: application handshake succeeds
173
173
# 2505ms: ping command succeeds
174
174
self .assertGreaterEqual (duration , 2 )
175
- self .assertLessEqual (duration , 3.5 )
175
+ self .assertLessEqual (duration , 4.0 )
176
176
177
177
@client_context .require_failCommand_appName
178
178
def test_heartbeat_awaited_flag (self ):
You can’t perform that action at this time.
0 commit comments