Skip to content

Commit

Permalink
Extend CI timeout to 30 minutes (#994)
Browse files Browse the repository at this point in the history
  • Loading branch information
tokuhirom committed May 18, 2023
1 parent e7574b4 commit f72efe6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gradle.yml
Expand Up @@ -13,7 +13,7 @@ jobs:
test:
name: test (JDK ${{ matrix.java }})
runs-on: ubuntu-latest
timeout-minutes: 10
timeout-minutes: 30
strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit f72efe6

Please sign in to comment.