From 0e7a52820b742cd07882648043474a69fe35c933 Mon Sep 17 00:00:00 2001 From: Victor Kuznetsov Date: Fri, 31 Jul 2026 11:30:57 -0700 Subject: [PATCH] Bound full-clip video CI runtime --- .github/workflows/test.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 104ae25..2ed22f3 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -48,6 +48,7 @@ jobs: video-e2e: name: video full-clip end-to-end runs-on: ubuntu-latest + timeout-minutes: 15 steps: - uses: actions/checkout@v7 - uses: astral-sh/setup-uv@v7 @@ -59,5 +60,5 @@ jobs: run: uv sync --frozen --extra dev - name: Run full-clip video test run: >- - uv run pytest -q + uv run pytest -vv tests/test_video.py::TestVideoVisibleFullClip