Skip to content

Commit

Permalink
[PR #9832/006f4070 backport][3.10] Increase allowed import time for P…
Browse files Browse the repository at this point in the history
…ython 3.12/3.13 to 265 (#9833)

Co-authored-by: J. Nick Koston <nick@koston.org>
  • Loading branch information
patchback[bot] and bdraco authored Nov 12, 2024
1 parent f2aab2e commit f3dd0f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_imports.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ def test_web___all__(pytester: pytest.Pytester) -> None:
# and even slower under pytest-xdist, especially in CI
_XDIST_WORKER_COUNT * 100 * (1 if _IS_CI_ENV else 1.53)
if _IS_XDIST_RUN
else 250
else 265
),
}
_TARGET_TIMINGS_BY_PYTHON_VERSION["3.13"] = _TARGET_TIMINGS_BY_PYTHON_VERSION["3.12"]
Expand Down

0 comments on commit f3dd0f9

Please sign in to comment.