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:
Cursor Agent 2026-07-22 05:07:36 +00:00
parent 6375923f65
commit 02b360c19c
No known key found for this signature in database

View file

@ -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