From f842853a40e3a663e3374f4384377b44c13fa9d8 Mon Sep 17 00:00:00 2001 From: Lianmin Zheng Date: Sun, 30 Mar 2025 12:15:40 -0700 Subject: [PATCH] Fix the timeout for unit-test-2-gpu in pr-test.yml (#4927) --- .github/workflows/pr-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr-test.yml b/.github/workflows/pr-test.yml index 03e47543a..b26cfecdc 100644 --- a/.github/workflows/pr-test.yml +++ b/.github/workflows/pr-test.yml @@ -88,7 +88,7 @@ jobs: bash scripts/ci_install_dependency.sh - name: Run test - timeout-minutes: 10 + timeout-minutes: 25 run: | cd test/srt python3 run_suite.py --suite per-commit-2-gpu