From f9a4e2ba105cc9a04e4801fd4eed48b2a26c18c2 Mon Sep 17 00:00:00 2001 From: Victor Kuznetsov Date: Fri, 31 Jul 2026 11:54:45 -0700 Subject: [PATCH] Diagnose stalled video end-to-end test --- .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 2ed22f3..74c7754 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -48,7 +48,7 @@ jobs: video-e2e: name: video full-clip end-to-end runs-on: ubuntu-latest - timeout-minutes: 15 + timeout-minutes: 5 steps: - uses: actions/checkout@v7 - uses: astral-sh/setup-uv@v7 @@ -61,4 +61,5 @@ jobs: - name: Run full-clip video test run: >- uv run pytest -vv + -o faulthandler_timeout=60 tests/test_video.py::TestVideoVisibleFullClip