zephyr/tests/kernel/mem_protect/syscalls
Daniel Leung 4655ae3a27 tests: userspace/mem_protect: more CONFIG_SYS_HEAP_ALLOC_LOOPS
Due to the constant alloc/free cycles during the stress test,
it is possible that the heap can become fragmented enough to
prevent successful allocation, and thus failing the test.
So we change the CONFIG_SYS_HEAP_ALLOC_LOOPS to a higher value
so the allocation code will try harder to find a space.

Signed-off-by: Daniel Leung <daniel.leung@intel.com>
2025-04-29 19:04:23 +02:00
..
src tests: mem_protect/syscalls: more explicit error messages 2025-04-29 19:04:23 +02:00
CMakeLists.txt
prj.conf tests: userspace/mem_protect: more CONFIG_SYS_HEAP_ALLOC_LOOPS 2025-04-29 19:04:23 +02:00
testcase.yaml tests: mem_protect/syscalls: test k_yield while in syscalls 2025-04-29 19:04:23 +02:00