1
0
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:
grdddj 2023-03-23 16:47:58 +01:00 committed by Jiří Musil
parent 31ef923e15
commit 219ecc8b49

View File

@ -15,7 +15,7 @@ variables:
MAKEFLAGS: "-j10"
# Apply timeout to pytest-based tests
PYTEST_TIMEOUT: "300"
PYTEST_TIMEOUT: "400"
# No need for TLS because everything runs on the same machine
DOCKER_TLS_CERTDIR: ""