From 5e25393f98cac51617a13a50d4489d9ae4cb61e5 Mon Sep 17 00:00:00 2001 From: Andreas Albert Date: Tue, 16 Jul 2024 09:53:56 +0200 Subject: [PATCH] ?! --- .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 c83a0007..6926830d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,7 +15,7 @@ env: jobs: test_quetz: # timeout for the whole job - timeout-minutes: 10 + timeout-minutes: 15 runs-on: ${{ matrix.os }} strategy: fail-fast: false @@ -79,7 +79,7 @@ jobs: - name: Testing server shell: bash -l -eo pipefail {0} # timeout for the step - timeout-minutes: 5 + timeout-minutes: 15 env: TEST_DB_BACKEND: ${{ matrix.test_database }} QUETZ_TEST_DBINIT: ${{ matrix.db_init }}