tests: kernel: threads: dynamic_thread: increase the heap size

The heap size is not enough so that it will cause the testcase fail.
Increase to 32k to make sure it works for a long time in the future.

Signed-off-by: Jaxson Han <jaxson.han@arm.com>
This commit is contained in:
Jaxson Han 2023-09-07 11:05:17 +08:00 committed by Carles Cufí
commit 64086d04d5

View file

@ -1,4 +1,4 @@
CONFIG_ZTEST=y
CONFIG_ZTEST_NEW_API=y
CONFIG_TEST_USERSPACE=y
CONFIG_HEAP_MEM_POOL_SIZE=21504
CONFIG_HEAP_MEM_POOL_SIZE=32768