Skip to content

Commit 016cbae

Browse files
[PR #10342/755299d0 backport][3.12] Increase allowed import time for Python 3.12+ (#10344)
1 parent de81d3b commit 016cbae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_imports.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ def test_web___all__(pytester: pytest.Pytester) -> None:
3838
# and even slower under pytest-xdist, especially in CI
3939
_XDIST_WORKER_COUNT * 100 * (1 if _IS_CI_ENV else 1.53)
4040
if _IS_XDIST_RUN
41-
else 265
41+
else 295
4242
),
4343
}
4444
_TARGET_TIMINGS_BY_PYTHON_VERSION["3.13"] = _TARGET_TIMINGS_BY_PYTHON_VERSION["3.12"]

0 commit comments

Comments
 (0)