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.
2 parents 57ed4f0 + 0a504ff commit 08253c4Copy full SHA for 08253c4
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.2)
+ assert recv_timeout <= (now - start) <= (keep_alive + 0.5)
50
51
52
if __name__ == "__main__":
0 commit comments