Skip to content

Commit

Permalink
Increase timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
Raunak Bhagat committed Dec 1, 2024
1 parent 1abefc8 commit cae11a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-commit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ on:
jobs:
build-commit:
runs-on: ${{ inputs.build_for_arm && 'buildjet-8vcpu-ubuntu-2204-arm' || 'buildjet-8vcpu-ubuntu-2004' }}
timeout-minutes: 15 # Remove for ssh debugging
timeout-minutes: 30 # Remove for ssh debugging
permissions:
id-token: write
contents: read
Expand Down

0 comments on commit cae11a9

Please sign in to comment.