Skip to content

Commit

Permalink
ci: extend timeout for docker builds (#29239)
Browse files Browse the repository at this point in the history
  • Loading branch information
viceice authored May 24, 2024
1 parent 77524af commit c0e018a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -507,7 +507,7 @@ jobs:
build:
needs: setup
runs-on: ubuntu-latest
timeout-minutes: 5
timeout-minutes: 15
if: github.event.pull_request.draft != true
steps:
- name: Checkout code
Expand Down

0 comments on commit c0e018a

Please sign in to comment.