This is an automated email from the ASF dual-hosted git repository. not-in-ldap pushed a commit to branch tpollard/python38 in repository https://gitbox.apache.org/repos/asf/buildstream.git
commit e1a9d9489c587f4230d82e9944ace30aa2cab078 Author: Tom Pollard <[email protected]> AuthorDate: Thu Dec 12 15:53:10 2019 +0000 Add pytest timeout to ci --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1c605bd..8247e54 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -27,7 +27,7 @@ variables: DOCKER_IMAGE_VERSION: master-103717922 PYTEST_ADDOPTS: "--color=yes" INTEGRATION_CACHE: "${CI_PROJECT_DIR}/cache/integration-cache" - PYTEST_ARGS: "--color=yes --integration -n 2" + PYTEST_ARGS: "--color=yes --timeout=300 --integration -n 2" TEST_COMMAND: "tox -- ${PYTEST_ARGS}" EXTERNAL_TESTS_COMMAND: "tox -e py35-external,py36-external,py37-external -- ${PYTEST_ARGS}" COVERAGE_PREFIX: "${CI_JOB_NAME}."
