1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-12-18 04:18:10 +00:00

ci(core): increase PYTEST_TIMEOUT for memory profiling

test_lots_of_inputs times out, still less than 1200 needed on actual
hardware
This commit is contained in:
Martin Milata 2020-12-07 22:53:17 +01:00 committed by Tomas Susanka
parent e67465a7da
commit a0fccca041

View File

@ -367,7 +367,7 @@ core unix memory profiler:
variables:
PYOPT: "0"
TREZOR_MEMPERF: "1"
PYTEST_TIMEOUT: "600"
PYTEST_TIMEOUT: "900"
script:
- nix-shell --run "poetry run make -C core build_unix_frozen"
- nix-shell --run "poetry run make -C core test_emu"