Skip to content

Commit 5b32d51

Browse files
committed
Increases build timeout from 5h to 6h for GitHub Actions to accommodate longer build processes
1 parent 9aeaf8e commit 5b32d51

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/_build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -180,9 +180,9 @@ jobs:
180180
export FLASH_DMATTN_CUDA_ARCHS="${MATRIX_ARCH}"
181181
fi
182182
183-
# 5h timeout since GH allows max 6h and we want some buffer
183+
# GH allows max 6h
184184
EXIT_CODE=0
185-
timeout 5h python setup.py bdist_wheel --dist-dir=dist || EXIT_CODE=$?
185+
timeout 6h python setup.py bdist_wheel --dist-dir=dist || EXIT_CODE=$?
186186
187187
if [ $EXIT_CODE -eq 0 ]; then
188188
if [ -n "${MATRIX_ARCH}" ]; then

0 commit comments

Comments
 (0)