mirror of
https://github.com/home-assistant/core.git
synced 2025-08-02 20:25:07 +02:00
Increase database test timeout (#88187)
This commit is contained in:
4
.github/workflows/ci.yaml
vendored
4
.github/workflows/ci.yaml
vendored
@@ -1001,7 +1001,7 @@ jobs:
|
||||
. venv/bin/activate
|
||||
pip install mysqlclient sqlalchemy_utils
|
||||
- name: Run pytest (partially)
|
||||
timeout-minutes: 15
|
||||
timeout-minutes: 20
|
||||
shell: bash
|
||||
run: |
|
||||
. venv/bin/activate
|
||||
@@ -1107,7 +1107,7 @@ jobs:
|
||||
. venv/bin/activate
|
||||
pip install psycopg2 sqlalchemy_utils
|
||||
- name: Run pytest (partially)
|
||||
timeout-minutes: 10
|
||||
timeout-minutes: 20
|
||||
shell: bash
|
||||
run: |
|
||||
. venv/bin/activate
|
||||
|
Reference in New Issue
Block a user