We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b3249c6 + 5b32d51 commit a73c635Copy full SHA for a73c635
.github/workflows/_build.yml
@@ -180,9 +180,9 @@ jobs:
180
export FLASH_DMATTN_CUDA_ARCHS="${MATRIX_ARCH}"
181
fi
182
183
- # 5h timeout since GH allows max 6h and we want some buffer
+ # GH allows max 6h
184
EXIT_CODE=0
185
- timeout 5h python setup.py bdist_wheel --dist-dir=dist || EXIT_CODE=$?
+ timeout 6h python setup.py bdist_wheel --dist-dir=dist || EXIT_CODE=$?
186
187
if [ $EXIT_CODE -eq 0 ]; then
188
if [ -n "${MATRIX_ARCH}" ]; then
0 commit comments