Skip to content

Commit

Permalink
Set 10 minute timeout on CI action
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesaoverton authored Feb 8, 2024
1 parent c480381 commit 64bcb31
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/java-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ on:
jobs:
build:
runs-on: ubuntu-latest
timeout-minutes: 10
strategy:
matrix:
java: [11, 15, 17]
Expand Down

0 comments on commit 64bcb31

Please sign in to comment.