From 96ddf717b8df90d39c78fa02db42f8e862763490 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Arthur=20d=27Az=C3=A9mar?= Date: Thu, 27 Jun 2019 11:35:26 +0200 Subject: [PATCH] test: use a delay of 0.1 second to request the database --- tests/acceptation/test_hight_frequency.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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