diff --git a/tests/test_parsing.py b/tests/test_parsing.py index fc12479..f3ae93b 100644 --- a/tests/test_parsing.py +++ b/tests/test_parsing.py @@ -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():