From e4a76bacb16c9a02506c61fb0ca63e81ca675757 Mon Sep 17 00:00:00 2001 From: Stian Thorgersen Date: Fri, 4 Nov 2022 08:37:24 +0100 Subject: [PATCH] Update timeouts for tests in Keycloak CI --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b5cecc8a1529..c8333c5b0baf 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 @@ -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'] @@ -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: