mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-15 23:31:29 +00:00
ci(ui): bump UI Unit Tests timeout to 30 minutes so the full staging run has headroom
The full vitest suite currently runs about 17 minutes on ubuntu-latest and
create_mcp_server.test.tsx alone takes around 950 seconds. Slower-than-usual
runners regularly push a push-to-staging run past the 20-minute limit and the
job gets canceled mid-suite (e.g. 6375923f65 ran 20m15s before timing out).
Nothing about the code changed since the last green run; the workflow was just
sized too tightly when it was added. Give the full-suite path a 30-minute
budget.
Co-authored-by: Krrish Dholakia <krrish-berri-2@users.noreply.github.com>
This commit is contained in:
parent
6375923f65
commit
02b360c19c
1 changed files with 1 additions and 1 deletions
2
.github/workflows/test-litellm-ui-unit.yml
vendored
2
.github/workflows/test-litellm-ui-unit.yml
vendored
|
|
@ -20,7 +20,7 @@ concurrency:
|
|||
jobs:
|
||||
ui-unit-tests:
|
||||
runs-on: ubuntu-latest
|
||||
timeout-minutes: 20
|
||||
timeout-minutes: 30
|
||||
defaults:
|
||||
run:
|
||||
working-directory: ui/litellm-dashboard
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue