From d244b843990a86a9cb0d840b3195b8a4df010b20 Mon Sep 17 00:00:00 2001 From: Niklas Date: Thu, 26 Oct 2023 11:08:10 +0200 Subject: [PATCH] Increase timeout of test workflows As the test suites grow they sometimes take longer than 25min to run, causing unnecessary CI failures. Bumping the timeouts by 5min. Signed-off-by: Niklas --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2089af107..6fdf57e62 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,7 +16,7 @@ jobs: test: name: Test runs-on: ubuntu-latest - timeout-minutes: 25 + timeout-minutes: 30 steps: - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # tag=v4.1.1 - name: Set up JDK 17 @@ -38,7 +38,7 @@ jobs: name: Test Native Image runs-on: ubuntu-latest if: ${{ github.event_name == 'pull_request' }} - timeout-minutes: 15 + timeout-minutes: 20 strategy: matrix: module: