mirror of
https://github.com/home-assistant/core.git
synced 2025-07-21 04:07:08 +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"
|
echo "::add-matcher::.github/workflows/matchers/pytest-slow.json"
|
||||||
- name: Run pytest (fully)
|
- name: Run pytest (fully)
|
||||||
if: needs.changes.outputs.test_full_suite == 'true'
|
if: needs.changes.outputs.test_full_suite == 'true'
|
||||||
timeout-minutes: 45
|
timeout-minutes: 60
|
||||||
run: |
|
run: |
|
||||||
. venv/bin/activate
|
. venv/bin/activate
|
||||||
python --version
|
python --version
|
||||||
|
Loading…
x
Reference in New Issue
Block a user