Skip to content

Commit

Permalink
?!
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreasAlbertQC committed Jul 16, 2024
1 parent 8cb09d4 commit 5e25393
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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 }}
Expand Down

0 comments on commit 5e25393

Please sign in to comment.