Skip to content

Commit

Permalink
test: use a delay of 0.1 second to request the database
Browse files Browse the repository at this point in the history
  • Loading branch information
altor authored Jun 27, 2019
1 parent 552fffc commit 96ddf71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/acceptation/test_hight_frequency.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 96ddf71

Please sign in to comment.