Skip to content

Commit

Permalink
Increase allowed import time for Python 3.12+ (#10342)
Browse files Browse the repository at this point in the history
(cherry picked from commit 755299d)
  • Loading branch information
bdraco authored and patchback[bot] committed Jan 20, 2025
1 parent 6ef83f5 commit bfd1559
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 265
else 295
),
}
_TARGET_TIMINGS_BY_PYTHON_VERSION["3.13"] = _TARGET_TIMINGS_BY_PYTHON_VERSION["3.12"]
Expand Down

0 comments on commit bfd1559

Please sign in to comment.