mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-01 20:29:00 +00:00
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:
parent
fa22f80ee3
commit
9c5568c2af
1 changed files with 1 additions and 1 deletions
|
|
@ -13,6 +13,6 @@ if TESTING_LTP
|
|||
|
||||
config TESTING_LTP_STACKSIZE
|
||||
int "Linux Test Project stack size"
|
||||
default 4096
|
||||
default 8192
|
||||
|
||||
endif #TESTING_LTP
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue