Update timeout for some ci tests (#20664)

This commit is contained in:
Baizhou Zhang
2026-03-15 23:58:30 -07:00
committed by GitHub
parent 42f18fe560
commit e96a3752a0

View File

@@ -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=""