We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b222ad7 commit 0ee4dfbCopy full SHA for 0ee4dfb
1 file changed
tests/base/test_tests.py
@@ -170,8 +170,8 @@ def test_import_time():
170
# Capture it
171
out = subprocess.run(cmd, capture_output=True)
172
173
- # Currently we check t < 1.0s.
174
- assert float(out.stderr.decode("utf-8")[:-1]) < 1.0
+ # Currently we check t < 1.25s.
+ assert float(out.stderr.decode("utf-8")[:-1]) < 1.25
175
176
177
def test_random_test_warning():
0 commit comments