ci: increase pytest timeout to 150min for CAX11 runner
All checks were successful
CI / ruff (push) Successful in 17s
CI / pytest (push) Successful in 2h32m38s
CI / validate (push) Successful in 29s
CI / dependency-scanning (push) Successful in 32s
CI / docs (push) Successful in 47s
CI / deploy (push) Successful in 3m48s

2,484 unit tests take ~13min locally but ~2h on the 2-vCPU CAX11.
pytest-xdist doesn't work with the shared DB session setup, so
increase the job timeout instead. Runner config also bumped to 3h.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-03-22 19:17:51 +01:00
parent 644bf158cd
commit f41f72b86f

View File

@@ -41,7 +41,7 @@ jobs:
# ---------------------------------------------------------------------------
pytest:
runs-on: ubuntu-latest
timeout-minutes: 60
timeout-minutes: 150
services:
postgres:
image: postgres:15