From f41f72b86f81a7f0433d88b75645c594081553a8 Mon Sep 17 00:00:00 2001 From: Samir Boulahtit Date: Sun, 22 Mar 2026 19:17:51 +0100 Subject: [PATCH] ci: increase pytest timeout to 150min for CAX11 runner 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) --- .gitea/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index cd49c069..7e840a40 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -41,7 +41,7 @@ jobs: # --------------------------------------------------------------------------- pytest: runs-on: ubuntu-latest - timeout-minutes: 60 + timeout-minutes: 150 services: postgres: image: postgres:15