From 38053c3372dd220911987bd8cb55b27448366497 Mon Sep 17 00:00:00 2001 From: Lianmin Zheng Date: Wed, 7 May 2025 03:13:12 -0700 Subject: [PATCH] Fix the timeout for 8 gpu tests (#6084) --- .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 8e004a791..a1c9d6011 100644 --- a/.github/workflows/pr-test.yml +++ b/.github/workflows/pr-test.yml @@ -100,7 +100,7 @@ jobs: bash scripts/ci_install_dependency_8_gpu.sh - name: Run test - timeout-minutes: 40 + timeout-minutes: 20 run: | cd test/srt python3 run_suite.py --suite per-commit-8-gpu