Skip to content

Commit 0ee4dfb

Browse files
committed
loosen import time test
1 parent b222ad7 commit 0ee4dfb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tests/base/test_tests.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -170,8 +170,8 @@ def test_import_time():
170170
# Capture it
171171
out = subprocess.run(cmd, capture_output=True)
172172

173-
# Currently we check t < 1.0s.
174-
assert float(out.stderr.decode("utf-8")[:-1]) < 1.0
173+
# Currently we check t < 1.25s.
174+
assert float(out.stderr.decode("utf-8")[:-1]) < 1.25
175175

176176

177177
def test_random_test_warning():

0 commit comments

Comments
 (0)