From 5b32d51f6e0cb95a4651fb31825095baf24c8c79 Mon Sep 17 00:00:00 2001 From: LoserCheems <3314685395@qq.com> Date: Sun, 21 Sep 2025 02:29:13 +0800 Subject: [PATCH] Increases build timeout from 5h to 6h for GitHub Actions to accommodate longer build processes --- .github/workflows/_build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/_build.yml b/.github/workflows/_build.yml index 67d0cb7..8ad6f3f 100644 --- a/.github/workflows/_build.yml +++ b/.github/workflows/_build.yml @@ -180,9 +180,9 @@ jobs: export FLASH_DMATTN_CUDA_ARCHS="${MATRIX_ARCH}" fi - # 5h timeout since GH allows max 6h and we want some buffer + # GH allows max 6h EXIT_CODE=0 - timeout 5h python setup.py bdist_wheel --dist-dir=dist || EXIT_CODE=$? + timeout 6h python setup.py bdist_wheel --dist-dir=dist || EXIT_CODE=$? if [ $EXIT_CODE -eq 0 ]; then if [ -n "${MATRIX_ARCH}" ]; then