Skip to content

Commit

Permalink
Adjust CI timeout when building all images
Browse files Browse the repository at this point in the history
Increase timeout from 10 minutes to 20 minutes. While often
under 10 minutes, build times have been spiking recently and
as a result the `make build` CI job is being cancelled as a
result.

refs GH-752
  • Loading branch information
atc0005 committed Oct 7, 2022
1 parent fe3ffc4 commit 8532063
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
name: Build all images using Makefile
runs-on: ubuntu-latest
# Default: 360 minutes
timeout-minutes: 10
timeout-minutes: 20

steps:
- name: Print Docker version
Expand Down

0 comments on commit 8532063

Please # to comment.