extend weekly run timeout [skip ci] (#1172)

This commit is contained in:
Michael Baentsch 2022-01-02 19:58:53 +01:00 committed by GitHub
parent a38d3ff59c
commit fde936b56b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -31,6 +31,6 @@ jobs:
run: ninja
working-directory: build
- name: Run tests
timeout-minutes: 60
timeout-minutes: 120
run: mkdir -p tmp && python3 -m pytest --verbose ${{ matrix.PYTEST_ARGS }}