Allow partial tests to take 20 minutes, use all cores (#74079)

This commit is contained in:
Franck Nijhof 2022-06-28 04:51:02 +02:00 committed by GitHub
parent cdaa6c0d42
commit 1e0788aeea
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -803,7 +803,7 @@ jobs:
tests
- name: Run pytest (partially)
if: needs.changes.outputs.test_full_suite == 'false'
timeout-minutes: 10
timeout-minutes: 20
shell: bash
run: |
. venv/bin/activate
@ -818,7 +818,7 @@ jobs:
-qq \
--timeout=9 \
--durations=10 \
-n 0 \
-n auto \
--cov="homeassistant.components.${{ matrix.group }}" \
--cov-report=xml \
--cov-report=term-missing \