tests: userspace: Increase mem pool size for AArch64
Fix tests/kernel/threads/dynamic_thread/ increasing the mem pool size. Signed-off-by: Carlo Caione <ccaione@baylibre.com>
This commit is contained in:
parent
6fb42bb316
commit
ff14bb5027
|
@ -1,3 +1,3 @@
|
|||
CONFIG_ZTEST=y
|
||||
CONFIG_TEST_USERSPACE=y
|
||||
CONFIG_HEAP_MEM_POOL_SIZE=4096
|
||||
CONFIG_HEAP_MEM_POOL_SIZE=8192
|
||||
|
|
Loading…
Reference in a new issue