Skip to content

Commit

Permalink
ci(java): timeout test jobs after an hour (#3421)
Browse files Browse the repository at this point in the history
We have some java builds timing out after 6 hours. We should look into
the hang, but for now let's limit them to an hour.
  • Loading branch information
wjones127 authored Jan 28, 2025
1 parent 66b99fb commit 7c34f14
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/java.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ jobs:

build-and-test-java:
runs-on: ubuntu-24.04
timeout-minutes: 60
strategy:
matrix:
java-version: [8, 11, 17]
Expand Down

0 comments on commit 7c34f14

Please sign in to comment.