Skip to content

Commit

Permalink
Karapace integration tests 15 minute timeout for GitHub Actions
Browse files Browse the repository at this point in the history
Current integration tests timeouts frequently as tests take ~10 minutes.
  • Loading branch information
jjaakola-aiven committed Nov 3, 2022
1 parent 6d0bf5a commit a7d80ac
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 a7d80ac

Please sign in to comment.