[CI] Increase multimodal server test timeout from 60 to 90 minutes (#21897)

This commit is contained in:
Kangyan-Zhou
2026-04-01 20:19:45 -07:00
committed by GitHub
parent 875a615993
commit 9a7f198343
+2 -2
View File
@@ -510,7 +510,7 @@ jobs:
GITHUB_RUN_ID: ${{ github.run_id }}
GPU_CONFIG: "1-gpu-h100"
timeout-minutes: 60
timeout-minutes: 90
run: |
cd python
python3 sglang/multimodal_gen/test/run_suite.py \
@@ -568,7 +568,7 @@ jobs:
GITHUB_RUN_ID: ${{ github.run_id }}
GPU_CONFIG: "2-gpu-h100"
timeout-minutes: 60
timeout-minutes: 90
run: |
cd python
python3 sglang/multimodal_gen/test/run_suite.py \