Skip to content

Commit 9ef7902

Browse files
[PR #9832/006f4070 backport][3.11] Increase allowed import time for Python 3.12/3.13 to 265 (#9834)
Co-authored-by: J. Nick Koston <[email protected]>
1 parent 7c9b7b9 commit 9ef7902

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 250
41+
else 265
4242
),
4343
}
4444
_TARGET_TIMINGS_BY_PYTHON_VERSION["3.13"] = _TARGET_TIMINGS_BY_PYTHON_VERSION["3.12"]

0 commit comments

Comments
 (0)