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:
parent
0f7bbff050
commit
fb7f7fcbc4
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user