mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-12-18 04:18:10 +00:00
fix(ci): increase PYTEST_TIMEOUT to 400 seconds
With 300, it was sometimes timing out in CI. [no changelog]
This commit is contained in:
parent
31ef923e15
commit
219ecc8b49
@ -15,7 +15,7 @@ variables:
|
|||||||
MAKEFLAGS: "-j10"
|
MAKEFLAGS: "-j10"
|
||||||
|
|
||||||
# Apply timeout to pytest-based tests
|
# Apply timeout to pytest-based tests
|
||||||
PYTEST_TIMEOUT: "300"
|
PYTEST_TIMEOUT: "400"
|
||||||
|
|
||||||
# No need for TLS because everything runs on the same machine
|
# No need for TLS because everything runs on the same machine
|
||||||
DOCKER_TLS_CERTDIR: ""
|
DOCKER_TLS_CERTDIR: ""
|
||||||
|
Loading…
Reference in New Issue
Block a user