From 5cd691bee451a517ff4aa949470ae811a483ba91 Mon Sep 17 00:00:00 2001 From: user <70670632+stuxf@users.noreply.github.com> Date: Thu, 2 Apr 2026 21:11:56 +0000 Subject: [PATCH] ci: increase matrix test timeout headroom --- .github/workflows/test-litellm-matrix.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-litellm-matrix.yml b/.github/workflows/test-litellm-matrix.yml index 6c4b5ab867f..82a06592af8 100644 --- a/.github/workflows/test-litellm-matrix.yml +++ b/.github/workflows/test-litellm-matrix.yml @@ -15,7 +15,7 @@ concurrency: jobs: test: runs-on: ubuntu-latest - timeout-minutes: 20 # Increased from 15 to 20 + timeout-minutes: 30 # Root shard now runs close to 20m on CI; leave headroom for reruns/coverage upload strategy: fail-fast: false matrix: