From 1ee189831f76202d12161e9df1596be535189efa Mon Sep 17 00:00:00 2001 From: jundu Date: Mon, 1 Jun 2026 09:13:09 +0800 Subject: [PATCH] [CI] Bump xeon PR test unit tests timeout to 60 minutes (#26682) --- .github/workflows/pr-test-xeon.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr-test-xeon.yml b/.github/workflows/pr-test-xeon.yml index b2c8d0fa3..22734ee63 100644 --- a/.github/workflows/pr-test-xeon.yml +++ b/.github/workflows/pr-test-xeon.yml @@ -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 }}"