Skip to content

Commit c7ffa1d

Browse files
Increase the CI build timeout-minutes to 90
1 parent 01f2090 commit c7ffa1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
build:
4343
name: Java ${{ matrix.java-version }} / ${{ matrix.os }}
4444
runs-on: ${{ matrix.os }}-latest
45-
timeout-minutes: 60
45+
timeout-minutes: 90
4646
needs: [ license ]
4747
strategy:
4848
fail-fast: true

0 commit comments

Comments
 (0)