testing/ltp: Increase Stack Size

Inside CI Build risc-v-05: `rv-virt:citest` fails with a Stack Overflow at ltp_interfaces_pthread_barrierattr_init_2_1:
- https://github.com/apache/nuttx/issues/15170

This PR doubles the Stack Size for `testing/ltp` (from 4096 bytes to 8192), so that `rv-virt:citest` completes successfully.
This commit is contained in:
Lup Yuen Lee 2024-12-16 21:54:20 +08:00 committed by Xiang Xiao
parent fa22f80ee3
commit 9c5568c2af

View file

@ -13,6 +13,6 @@ if TESTING_LTP
config TESTING_LTP_STACKSIZE
int "Linux Test Project stack size"
default 4096
default 8192
endif #TESTING_LTP