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.
1 parent 9aeaf8e commit 5b32d51Copy full SHA for 5b32d51
.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