diff --git a/tests/queue_size_latest_data_python/receive_data.py b/tests/queue_size_latest_data_python/receive_data.py index bec7e87e..89483a4e 100644 --- a/tests/queue_size_latest_data_python/receive_data.py +++ b/tests/queue_size_latest_data_python/receive_data.py @@ -17,6 +17,6 @@ for event in node: duration = (time.perf_counter_ns() - send_time) / 1_000_000_000 print("Duration: ", duration) assert ( - duration < 1.2 + duration < 2 ), f"Duration: {duration} should be less than 1 as we should always pull latest data." time.sleep(1)