diff --git a/tests/acceptation/test_hight_frequency.py b/tests/acceptation/test_hight_frequency.py index 58847139..cf5ccd21 100644 --- a/tests/acceptation/test_hight_frequency.py +++ b/tests/acceptation/test_hight_frequency.py @@ -121,7 +121,7 @@ def test_run(database, supervisor): number_of_output_reports = 0 for i in range(3): - time.sleep(0.07) + time.sleep(0.1) current = get_number_of_output_reports() assert current > number_of_output_reports number_of_output_reports = current