1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-11-22 15:38:11 +00:00

ci: add a generic timeout to GitLab pytest runs

This commit is contained in:
matejcik 2020-03-09 10:31:40 +01:00
parent 5b7d11e4ee
commit 3869a05677

View File

@ -15,6 +15,9 @@ variables:
# Run `make` in parallel # Run `make` in parallel
MAKEFLAGS: "-j10" MAKEFLAGS: "-j10"
# Apply timeout to pytest-based tests
PYTEST_TIMEOUT: "300"
# Pipenv cache # Pipenv cache
PIPENV_VENV_IN_PROJECT: "true" PIPENV_VENV_IN_PROJECT: "true"
PIPENV_CACHE_DIR: ".cache/" PIPENV_CACHE_DIR: ".cache/"