mirror of
https://github.com/home-assistant/core.git
synced 2025-07-18 18:57:06 +00:00
Increase timeout (#23098)
This commit is contained in:
parent
3368e30279
commit
d1398e24be
@ -57,6 +57,7 @@ commands:
|
||||
<<# parameters.all >>pip install -q --progress-bar off -r requirements_all.txt -c homeassistant/package_constraints.txt<</ parameters.all>>
|
||||
<<# parameters.test >>pip install -q --progress-bar off -r requirements_test.txt -c homeassistant/package_constraints.txt<</ parameters.test>>
|
||||
<<# parameters.test_all >>pip install -q --progress-bar off -r requirements_test_all.txt -c homeassistant/package_constraints.txt<</ parameters.test_all>>
|
||||
no_output_timeout: 15m
|
||||
- save_cache:
|
||||
paths:
|
||||
- ./venv
|
||||
@ -146,6 +147,7 @@ jobs:
|
||||
. venv/bin/activate
|
||||
PYFILES=$(circleci tests glob "homeassistant/**/*.py" | circleci tests split)
|
||||
pylint ${PYFILES}
|
||||
no_output_timeout: 15m
|
||||
|
||||
pre-test:
|
||||
parameters:
|
||||
|
Loading…
x
Reference in New Issue
Block a user