Skip to content

Commit a73c635

Browse files
authored
Merge pull request #175 from SmallDoges:auto-workflow
Increase GitHub Actions build timeout to 6 hours
2 parents b3249c6 + 5b32d51 commit a73c635

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)