[CI] Bump xeon PR test unit tests timeout to 60 minutes (#26682)

This commit is contained in:
jundu
2026-06-01 09:13:09 +08:00
committed by GitHub
parent 373cadc92e
commit 1ee189831f
+1 -1
View File
@@ -132,7 +132,7 @@ jobs:
bash -c "source /opt/.venv/bin/activate && python3 -c 'import torch; import sgl_kernel; assert torch._C._cpu._is_amx_tile_supported(); assert hasattr(torch.ops.sgl_kernel, \"convert_weight_packed\"); '"
- name: Run unit tests
timeout-minutes: 36
timeout-minutes: 60
run: |
docker exec -w /sglang-checkout/ ci_sglang_${{ matrix.runner }} \
bash -c "source /opt/.venv/bin/activate && cd ./test && python3 run_suite.py --hw cpu --suite ${{ matrix.suite }} ${{ matrix.partition_args }}"