Skip to content

Commit

Permalink
Increase timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
bjia56 authored May 28, 2024
1 parent 66430dd commit bcfc36b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_wheel_dockerfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
build:
name: Python ${{ inputs.python_version }} ${{ inputs.package }} ${{ inputs.version }} ${{ fromJSON(needs.calculate_matrix.outputs.build_matrix_last) == 1 && ' ' || matrix.build_params['key'] }}
runs-on: self-hosted #ubuntu-latest
timeout-minutes: 1440
timeout-minutes: 7200
needs: calculate_matrix
strategy:
matrix:
Expand Down

0 comments on commit bcfc36b

Please sign in to comment.