From 4c7ff0d90675fcc8058d98706af53c68e4559036 Mon Sep 17 00:00:00 2001 From: Xiaoyu Zhang <1182563586@qq.com> Date: Tue, 1 Sep 2026 22:37:37 +0800 Subject: [PATCH] [CI] Double JIT kernel unit test timeout (#37435) --- .github/workflows/pr-test-jit-kernel.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr-test-jit-kernel.yml b/.github/workflows/pr-test-jit-kernel.yml index f94ccb9d2..9a5b17182 100644 --- a/.github/workflows/pr-test-jit-kernel.yml +++ b/.github/workflows/pr-test-jit-kernel.yml @@ -86,7 +86,7 @@ jobs: CUSTOM_BUILD_SGL_KERNEL=${{ inputs.sgl_kernel }} bash scripts/ci/cuda/ci_install_dependency.sh diffusion - name: Run test - timeout-minutes: 30 + timeout-minutes: 60 run: | cd test/ python3 run_suite.py --hw cuda \