From 05774c805727873e876111cef598d002dbef2283 Mon Sep 17 00:00:00 2001 From: Matthew Ellis Date: Thu, 31 Oct 2024 23:29:24 -0700 Subject: [PATCH] Another fix. --- tests/python/test_bytes.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/python/test_bytes.py b/tests/python/test_bytes.py index 0c1dd5af..99368f04 100644 --- a/tests/python/test_bytes.py +++ b/tests/python/test_bytes.py @@ -67,7 +67,7 @@ def test_poll_bytes(mock_data, context): client = Client(None, logger_name=context) - assert client.poll_bytes("python_bytes_poll", 0.1, 5) == False + assert client.poll_bytes("python_bytes_poll", 1, 5) == False data = np.random.rand(2, 8, 4, 2, 30) bytes = io.BytesIO(data.tobytes())