Skip to content

Commit

Permalink
Merge pull request #877 from DependencyTrack/nscuro-patch-1
Browse files Browse the repository at this point in the history
Increase timeout of test workflows
  • Loading branch information
nscuro authored Oct 26, 2023
2 parents f92386b + d244b84 commit 28dd04a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
test:
name: Test
runs-on: ubuntu-latest
timeout-minutes: 25
timeout-minutes: 30
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # tag=v4.1.1
- name: Set up JDK 17
Expand All @@ -38,7 +38,7 @@ jobs:
name: Test Native Image
runs-on: ubuntu-latest
if: ${{ github.event_name == 'pull_request' }}
timeout-minutes: 15
timeout-minutes: 20
strategy:
matrix:
module:
Expand Down

0 comments on commit 28dd04a

Please sign in to comment.