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 }}