Skip to content

Commit 0a504ff

Browse files
committed
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

Diff for: tests/test_recv_timeout.py

+1-1
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)