Skip to content

Commit 1a2753a

Browse files
committed
Set GHA job timeout down to 1 hour (from 6)
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]>
1 parent 6c20732 commit 1a2753a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/image-workflow-template.yml

+1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ env:
1010
jobs:
1111
openjdkci:
1212
name: OpenJDK S2I Build and Test
13+
timeout-minutes: 60
1314
runs-on: ubuntu-latest
1415
strategy:
1516
fail-fast: false

0 commit comments

Comments
 (0)