Skip to content

Commit

Permalink
Set GHA job timeout down to 1 hour (from 6)
Browse files Browse the repository at this point in the history
A successful run of the jobs should take on the order of 20-30
minutes, so this timeout gives about twice that for headroom.
This should cause stuck jobs to fail faster than the default of
6 hours.

Signed-off-by: Jonathan Dowland <[email protected]>
  • Loading branch information
jmtd committed Nov 13, 2023
1 parent 16ecb6e commit 8e9ff7c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/image-workflow-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ env:
jobs:
openjdkci:
name: OpenJDK S2I Build and Test
timeout-minutes: 60
runs-on: ubuntu-latest
strategy:
fail-fast: false
Expand Down

0 comments on commit 8e9ff7c

Please sign in to comment.