Skip to content

Commit

Permalink
Increase timeout for ci tests
Browse files Browse the repository at this point in the history
Test with migration failed with:
Error: The action 'Testing server' has timed out after 5 minutes.
  • Loading branch information
beenje committed Jun 4, 2024
1 parent 876e929 commit a32a1cd
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: 12
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: 8
env:
TEST_DB_BACKEND: ${{ matrix.test_database }}
QUETZ_TEST_DBINIT: ${{ matrix.db_init }}
Expand Down

0 comments on commit a32a1cd

Please sign in to comment.