Skip to content

Commit fa91aa4

Browse files
committed
final
Signed-off-by: oliver könig <okoenig@nvidia.com>
1 parent 34e3fb1 commit fa91aa4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/_build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ jobs:
162162
export FLASH_ATTENTION_FORCE_CXX11_ABI=${{ inputs.cxx11-abi }}
163163
164164
# 5h timeout since GH allows max 6h and we want some buffer
165-
timeout 5m python setup.py bdist_wheel --dist-dir=dist || EXIT_CODE=$?
165+
timeout 5h python setup.py bdist_wheel --dist-dir=dist || EXIT_CODE=$?
166166
167167
if [ $EXIT_CODE -eq 0 ]; then
168168
tmpname=cu${WHEEL_CUDA_VERSION}torch${MATRIX_TORCH_VERSION}cxx11abi${{ inputs.cxx11-abi }}

0 commit comments

Comments
 (0)