Skip to content

Commit

Permalink
update: diminuindo erro aleatório
Browse files Browse the repository at this point in the history
  • Loading branch information
RWallan committed May 21, 2024
1 parent b02ab9f commit c3a9c43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ async def func():
end_time = time.monotonic()
elapsed_time = end_time - start_time

expected_min_time = 0.1 + 0.2 + 0.4
expected_min_time = 0.5
assert elapsed_time >= expected_min_time


Expand Down

0 comments on commit c3a9c43

Please sign in to comment.