Skip to content

Commit

Permalink
Merge pull request #485 from aiven/jjaakola-aiven-15-minute-timeout-o…
Browse files Browse the repository at this point in the history
…n-integration-tests-github-action

Karapace integration tests 15 minute timeout for GitHub Actions
  • Loading branch information
AnatolyPopov authored Nov 3, 2022
2 parents 6d0bf5a + a7d80ac commit b694153
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
run: python3 -m pytest -s -vvv tests/unit/

- name: Execute integration-tests
timeout-minutes: 10
timeout-minutes: 15
run: python3 -m pytest -s -vvv tests/integration/ --log-dir=/tmp/ci-logs --log-file=/tmp/ci-logs/pytest.log

- name: Archive logs
Expand Down

0 comments on commit b694153

Please sign in to comment.