mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-22 07:28:10 +00:00
ci: add a generic timeout to GitLab pytest runs
This commit is contained in:
parent
5b7d11e4ee
commit
3869a05677
@ -15,6 +15,9 @@ variables:
|
||||
# Run `make` in parallel
|
||||
MAKEFLAGS: "-j10"
|
||||
|
||||
# Apply timeout to pytest-based tests
|
||||
PYTEST_TIMEOUT: "300"
|
||||
|
||||
# Pipenv cache
|
||||
PIPENV_VENV_IN_PROJECT: "true"
|
||||
PIPENV_CACHE_DIR: ".cache/"
|
||||
|
Loading…
Reference in New Issue
Block a user