Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 0a504ff

Browse files
committedJan 19, 2025·
increase test_recv_timeout delay
1 parent d4b87d2 commit 0a504ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎tests/test_recv_timeout.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ def test_recv_timeout_vs_keepalive(self) -> None:
4646
mqtt_client.ping()
4747

4848
now = time.monotonic()
49-
assert recv_timeout <= (now - start) <= (keep_alive + 0.2)
49+
assert recv_timeout <= (now - start) <= (keep_alive + 0.5)
5050

5151

5252
if __name__ == "__main__":

0 commit comments

Comments
 (0)
Please sign in to comment.