tests: kernel: threads: Slightly increase the heap pool size

The heap size is set to 20000 which is just not enough for v8r platform.
Fix testcases failure in tests/kernel/threads/ by increasing the heap
size to 21504.

Signed-off-by: Jaxson Han <jaxson.han@arm.com>
This commit is contained in:
Jaxson Han 2023-06-16 11:31:43 +08:00 committed by Carles Cufí
parent 0f7bbff050
commit fb7f7fcbc4

View File

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