mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 13:17:32 +00:00
Allow partial tests to take 20 minutes, use all cores (#74079)
This commit is contained in:
parent
cdaa6c0d42
commit
1e0788aeea
4
.github/workflows/ci.yaml
vendored
4
.github/workflows/ci.yaml
vendored
@ -803,7 +803,7 @@ jobs:
|
|||||||
tests
|
tests
|
||||||
- name: Run pytest (partially)
|
- name: Run pytest (partially)
|
||||||
if: needs.changes.outputs.test_full_suite == 'false'
|
if: needs.changes.outputs.test_full_suite == 'false'
|
||||||
timeout-minutes: 10
|
timeout-minutes: 20
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
. venv/bin/activate
|
. venv/bin/activate
|
||||||
@ -818,7 +818,7 @@ jobs:
|
|||||||
-qq \
|
-qq \
|
||||||
--timeout=9 \
|
--timeout=9 \
|
||||||
--durations=10 \
|
--durations=10 \
|
||||||
-n 0 \
|
-n auto \
|
||||||
--cov="homeassistant.components.${{ matrix.group }}" \
|
--cov="homeassistant.components.${{ matrix.group }}" \
|
||||||
--cov-report=xml \
|
--cov-report=xml \
|
||||||
--cov-report=term-missing \
|
--cov-report=term-missing \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user