Skip to content

Commit

Permalink
Increase test timeout (#267)
Browse files Browse the repository at this point in the history
  • Loading branch information
ssbarnea authored Dec 25, 2024
1 parent 6a6c1c9 commit b14aa9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ def do_complete() -> int | None:

assert result == 0
assert benchmark.stats["min"] > 0.0001 # seconds
assert benchmark.stats["mean"] < 0.02 # seconds
assert benchmark.stats["mean"] < 0.035 # seconds


@pytest.mark.parametrize(
Expand Down

0 comments on commit b14aa9a

Please sign in to comment.