mirror of
https://github.com/home-assistant/core.git
synced 2025-07-21 12:17:07 +00:00
Increase timeout of MariaDB CI job (#82911)
This commit is contained in:
parent
060102832e
commit
a888ce9282
4
.github/workflows/ci.yaml
vendored
4
.github/workflows/ci.yaml
vendored
@ -936,7 +936,7 @@ jobs:
|
|||||||
. venv/bin/activate
|
. venv/bin/activate
|
||||||
pip install mysqlclient sqlalchemy_utils
|
pip install mysqlclient sqlalchemy_utils
|
||||||
- name: Run pytest (partially)
|
- name: Run pytest (partially)
|
||||||
timeout-minutes: 10
|
timeout-minutes: 15
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
. venv/bin/activate
|
. venv/bin/activate
|
||||||
@ -944,7 +944,7 @@ jobs:
|
|||||||
|
|
||||||
python3 -X dev -m pytest \
|
python3 -X dev -m pytest \
|
||||||
-qq \
|
-qq \
|
||||||
--timeout=9 \
|
--timeout=20 \
|
||||||
-n 1 \
|
-n 1 \
|
||||||
--cov="homeassistant.components.recorder" \
|
--cov="homeassistant.components.recorder" \
|
||||||
--cov-report=xml \
|
--cov-report=xml \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user