Skip to content

Commit 7e2742c

Browse files
committed
[ci] increase timeout for maven build
In order to populate caches the timeout for the build step is increased from 10 to 30 minutes.
1 parent 6fcdf45 commit 7e2742c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
file-version-suffix: ''
5959
cache: 'true'
6060
- name: Maven Build
61-
timeout-minutes: 10
61+
timeout-minutes: 30
6262
run: ${{ steps.install-mvnd.outputs.mvnd-dir }}/mvnd -V -B -T 1C compile test-compile -DtrimStackTrace=false -D'dependency-check.skip' -D'license.skip'
6363
- name: Maven Test
6464
timeout-minutes: 60

0 commit comments

Comments
 (0)