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:
parent
e67465a7da
commit
a0fccca041
@ -367,7 +367,7 @@ core unix memory profiler:
|
|||||||
variables:
|
variables:
|
||||||
PYOPT: "0"
|
PYOPT: "0"
|
||||||
TREZOR_MEMPERF: "1"
|
TREZOR_MEMPERF: "1"
|
||||||
PYTEST_TIMEOUT: "600"
|
PYTEST_TIMEOUT: "900"
|
||||||
script:
|
script:
|
||||||
- nix-shell --run "poetry run make -C core build_unix_frozen"
|
- nix-shell --run "poetry run make -C core build_unix_frozen"
|
||||||
- nix-shell --run "poetry run make -C core test_emu"
|
- nix-shell --run "poetry run make -C core test_emu"
|
||||||
|
Loading…
Reference in New Issue
Block a user