Increase timeout (#23098)

This commit is contained in:
Jason Hu 2019-04-14 10:18:45 -07:00 committed by GitHub
parent 3368e30279
commit d1398e24be
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.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 >>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>> <<# 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: - save_cache:
paths: paths:
- ./venv - ./venv
@ -146,6 +147,7 @@ jobs:
. venv/bin/activate . venv/bin/activate
PYFILES=$(circleci tests glob "homeassistant/**/*.py" | circleci tests split) PYFILES=$(circleci tests glob "homeassistant/**/*.py" | circleci tests split)
pylint ${PYFILES} pylint ${PYFILES}
no_output_timeout: 15m
pre-test: pre-test:
parameters: parameters: