Skip to content

Commit

Permalink
Increase test_import_time baseline
Browse files Browse the repository at this point in the history
  • Loading branch information
banesullivan authored Oct 20, 2023
1 parent 8331cdd commit a5a34b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_scooby.py
Original file line number Diff line number Diff line change
Expand Up @@ -207,8 +207,8 @@ def test_import_time():
# Capture it
out = subprocess.run(cmd, capture_output=True)

# Currently we check t < 0.15 s.
assert float(out.stderr.decode("utf-8")[:-1]) < 0.15
# Currently we check t < 0.2 s.
assert float(out.stderr.decode("utf-8")[:-1]) < 0.2


@pytest.mark.script_launch_mode('subprocess')
Expand Down

0 comments on commit a5a34b0

Please sign in to comment.