ci(core): increase PYTEST_TIMEOUT for memory profiling

test_lots_of_inputs times out, still less than 1200 needed on actual
hardware
pull/1389/head
Martin Milata 3 years ago committed by Tomas Susanka
parent e67465a7da
commit a0fccca041

@ -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"

Loading…
Cancel
Save