diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 5bc8aa007..ba63923f9 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -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