Remove env var warnings for release (#11262)

This commit is contained in:
Lianmin Zheng
2025-10-06 10:09:17 -07:00
committed by GitHub
parent 5ee777c98f
commit eb30b888db
3 changed files with 1 additions and 26 deletions

View File

@@ -73,7 +73,7 @@ jobs:
timeout-minutes: 36
run: |
docker exec -w /sglang-checkout/ ci_sglang_xeon \
bash -c "cd ./test/srt && python3 run_suite.py --suite per-commit-cpu"
bash -c "cd ./test/srt && python3 run_suite.py --suite per-commit-cpu --timeout-per-file 1500"
- name: Change permission
timeout-minutes: 2