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:
parent
eeaf3bdb2d
commit
64086d04d5
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue