Increase timeout for running full suite tests (#72024)

This commit is contained in:
Franck Nijhof 2022-05-17 19:36:02 +02:00 committed by GitHub
parent 5f44d0f8f9
commit 993e76a44d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -783,7 +783,7 @@ jobs:
echo "::add-matcher::.github/workflows/matchers/pytest-slow.json"
- name: Run pytest (fully)
if: needs.changes.outputs.test_full_suite == 'true'
timeout-minutes: 45
timeout-minutes: 60
run: |
. venv/bin/activate
python --version