Skip to content

Commit f3dd0f9

Browse files
[PR #9832/006f4070 backport][3.10] Increase allowed import time for Python 3.12/3.13 to 265 (#9833)
Co-authored-by: J. Nick Koston <[email protected]>
1 parent f2aab2e commit f3dd0f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_imports.py

+1-1
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)