Skip to content

Commit

Permalink
relax speedtest to avoid test failures on 3.9 (#75)
Browse files Browse the repository at this point in the history
  • Loading branch information
alisterburt authored Nov 18, 2024
1 parent 36728a8 commit 820e6c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_parsing.py
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ def test_parsing_speed():
remove_large_star_file()

# Check that execution takes less than a second
assert end - start < 1
assert end - start < 1.2


def test_two_single_line_loop_blocks():
Expand Down

0 comments on commit 820e6c3

Please sign in to comment.