From 9a7f198343f6cef89687b4032a7dc40c2a743b2b Mon Sep 17 00:00:00 2001 From: Kangyan-Zhou Date: Wed, 1 Apr 2026 20:19:45 -0700 Subject: [PATCH] [CI] Increase multimodal server test timeout from 60 to 90 minutes (#21897) --- .github/workflows/nightly-test-nvidia.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/nightly-test-nvidia.yml b/.github/workflows/nightly-test-nvidia.yml index 45afc714c..e99d873c2 100644 --- a/.github/workflows/nightly-test-nvidia.yml +++ b/.github/workflows/nightly-test-nvidia.yml @@ -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 \