Skip to content

Commit

Permalink
Update timeouts for tests in Keycloak CI
Browse files Browse the repository at this point in the history
  • Loading branch information
stianst authored and hmlnarik committed Nov 4, 2022
1 parent f616495 commit e4a76ba
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
name: Unit Tests
runs-on: ubuntu-latest
needs: build
timeout-minutes: 20
timeout-minutes: 30
steps:
- uses: actions/checkout@v3
- uses: actions/setup-java@v3
Expand Down Expand Up @@ -197,7 +197,7 @@ jobs:
name: Base testsuite
needs: build
runs-on: ubuntu-latest
timeout-minutes: 70
timeout-minutes: 90
strategy:
matrix:
server: ['quarkus', 'quarkus-map', 'quarkus-map-hot-rod']
Expand Down Expand Up @@ -515,7 +515,7 @@ jobs:
name: Quarkus Tests
needs: build
runs-on: ubuntu-latest
timeout-minutes: 100
timeout-minutes: 115
env:
MAVEN_OPTS: -Xmx1024m
steps:
Expand Down

0 comments on commit e4a76ba

Please sign in to comment.