Skip to content

Commit f72efe6

Browse files
authored
Extend CI timeout to 30 minutes (#994)
1 parent e7574b4 commit f72efe6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/gradle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
test:
1414
name: test (JDK ${{ matrix.java }})
1515
runs-on: ubuntu-latest
16-
timeout-minutes: 10
16+
timeout-minutes: 30
1717
strategy:
1818
fail-fast: false
1919
matrix:

0 commit comments

Comments
 (0)