mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 11:17:21 +00:00
Increase timeout for running full suite tests (#72024)
This commit is contained in:
parent
5f44d0f8f9
commit
993e76a44d
2
.github/workflows/ci.yaml
vendored
2
.github/workflows/ci.yaml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user