fix: 8-gpu-b200 increase timeout length (#16658)

This commit is contained in:
Douglas Yang
2026-01-07 09:45:55 -08:00
committed by GitHub
parent 7385834c8d
commit f4742558ac
+1 -1
View File
@@ -386,7 +386,7 @@ jobs:
- name: Run common 8-GPU model tests - name: Run common 8-GPU model tests
if: always() if: always()
timeout-minutes: 200 timeout-minutes: 300
env: env:
TRACE_BASE_URL: https://raw.githubusercontent.com/sglang-bot/sglang-ci-data/main/traces/${{ github.run_id }} TRACE_BASE_URL: https://raw.githubusercontent.com/sglang-bot/sglang-ci-data/main/traces/${{ github.run_id }}
PERFETTO_RELAY_URL: ${{ vars.PERFETTO_RELAY_URL }} PERFETTO_RELAY_URL: ${{ vars.PERFETTO_RELAY_URL }}