Skip to content

Commit

Permalink
add a timeout of 30 minutes (just in case...)
Browse files Browse the repository at this point in the history
  • Loading branch information
aSemy committed Jul 25, 2022
1 parent 6d810ba commit 50bed94
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/gradle.yml
Expand Up @@ -13,14 +13,15 @@ concurrency:

jobs:
tests:
runs-on: ubuntu-latest
strategy:
matrix:
java-version: [ 11, 17, 18 ] # test LTS versions, and the newest
kotlin-version: [ 1.5.31, 1.6.21, 1.7.10 ]
kotlin-ir-enabled: [ true, false ]
# in case one JDK fails, we still want to see results from others
fail-fast: false
runs-on: ubuntu-latest
timeout-minutes: 30
steps:
- uses: actions/checkout@v2

Expand Down Expand Up @@ -52,6 +53,7 @@ jobs:
strategy:
matrix:
api-level: [ 28, 29 ]
timeout-minutes: 30
steps:
- uses: actions/setup-java@v2
with:
Expand Down

0 comments on commit 50bed94

Please sign in to comment.