mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-06 08:16:43 +00:00
ci: increase matrix test timeout headroom
This commit is contained in:
parent
a1de99d3f5
commit
5cd691bee4
1 changed files with 1 additions and 1 deletions
2
.github/workflows/test-litellm-matrix.yml
vendored
2
.github/workflows/test-litellm-matrix.yml
vendored
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue