[AMD] Relaxing timeout for AMD CI (#26392)

This commit is contained in:
YC Yen-Ching Tseng
2026-05-26 17:25:05 +08:00
committed by GitHub
parent e958f4561f
commit d25a220fdb
2 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -321,7 +321,7 @@ jobs:
bash scripts/ci/amd/amd_ci_install_dependency.sh
- name: Run test
timeout-minutes: 15
timeout-minutes: 30
run: |
bash scripts/ci/amd/amd_ci_exec.sh -w "/sglang-checkout/test" python3 run_suite.py --hw amd --suite stage-a-test-1-gpu-small-amd ${{ needs.check-changes.outputs.continue_on_error == 'true' && '--continue-on-error' || '' }}