We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6558d8b commit 9be1a4cCopy full SHA for 9be1a4c
tests/test_recv_timeout.py
@@ -46,7 +46,7 @@ def test_recv_timeout_vs_keepalive(self) -> None:
46
mqtt_client.ping()
47
48
now = time.monotonic()
49
- assert recv_timeout <= (now - start) <= (keep_alive + 0.1)
+ assert recv_timeout <= (now - start) <= (keep_alive + 0.2)
50
51
52
if __name__ == "__main__":
0 commit comments