From e96a3752a0a0d64af8b3688e53fb83282c659a77 Mon Sep 17 00:00:00 2001 From: Baizhou Zhang Date: Sun, 15 Mar 2026 23:58:30 -0700 Subject: [PATCH] Update timeout for some ci tests (#20664) --- .github/workflows/pr-test.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/pr-test.yml b/.github/workflows/pr-test.yml index 795fce539..9c1c3b82d 100644 --- a/.github/workflows/pr-test.yml +++ b/.github/workflows/pr-test.yml @@ -1285,7 +1285,7 @@ jobs: CUSTOM_BUILD_SGL_KERNEL=${{needs.check-changes.outputs.sgl_kernel}} bash scripts/ci/cuda/ci_install_dependency.sh - name: Run test - timeout-minutes: 20 + timeout-minutes: 30 run: | cd test CONTINUE_ON_ERROR_FLAG="" @@ -1408,7 +1408,7 @@ jobs: CUSTOM_BUILD_SGL_KERNEL=${{needs.check-changes.outputs.sgl_kernel}} bash scripts/ci/cuda/ci_install_deepep.sh - name: Run test - timeout-minutes: 20 + timeout-minutes: 30 run: | cd test CONTINUE_ON_ERROR_FLAG="" @@ -1470,7 +1470,7 @@ jobs: lmsys/sglang-ci-dsv3-test:4 - name: Run test - timeout-minutes: 20 + timeout-minutes: 30 run: | cd test CONTINUE_ON_ERROR_FLAG=""