samples/compression/l4z: Increase min_ram
Increase minimum RAM requirements on this test as it appears that 32 is too low and 40 is verified ok. Fixes #42161 Signed-off-by: Erwan Gouriou <erwan.gouriou@linaro.org>
This commit is contained in:
parent
ae4fd13433
commit
d6f150e97b
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ sample:
|
|||
description: lz4 data compression library
|
||||
common:
|
||||
tags: compression lz4
|
||||
min_ram: 32
|
||||
min_ram: 40
|
||||
filter: TOOLCHAIN_HAS_NEWLIB == 1
|
||||
harness: console
|
||||
harness_config:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue