Skip to content

Commit

Permalink
Increase Integration Test Timeout
Browse files Browse the repository at this point in the history
The integration tests are constantly running into timeouts, requiring manual reruns.
  • Loading branch information
Fleshgrinder authored Feb 14, 2023
1 parent 4d20d48 commit 6a1b864
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 @@ -42,7 +42,7 @@ jobs:
run: python3 -m pytest -s -vvv tests/unit/

- name: Execute integration-tests
timeout-minutes: 15
timeout-minutes: 30
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 6a1b864

Please sign in to comment.