Increase timeout of MariaDB CI job (#82911)

This commit is contained in:
Erik Montnemery 2022-11-29 12:37:57 +01:00 committed by GitHub
parent 060102832e
commit a888ce9282
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -936,7 +936,7 @@ jobs:
. venv/bin/activate
pip install mysqlclient sqlalchemy_utils
- name: Run pytest (partially)
timeout-minutes: 10
timeout-minutes: 15
shell: bash
run: |
. venv/bin/activate
@ -944,7 +944,7 @@ jobs:
python3 -X dev -m pytest \
-qq \
--timeout=9 \
--timeout=20 \
-n 1 \
--cov="homeassistant.components.recorder" \
--cov-report=xml \