szafonimateusz-mi commented on code in PR #17131: URL: https://github.com/apache/nuttx/pull/17131#discussion_r2391133458
########## boards/x86_64/intel64/qemu-intel64/configs/ostest/defconfig: ########## @@ -48,4 +48,5 @@ CONFIG_START_MONTH=3 CONFIG_START_YEAR=2011 CONFIG_SYSTEM_TIME64=y CONFIG_TESTING_OSTEST=y +CONFIG_TESTING_OSTEST_STACKSIZE=4194304 Review Comment: ostest uses this strange condition that can cause annoying bugs: https://github.com/apache/nuttx-apps/blob/3684699190d785a48919e293a768c57bc722a942/testing/ostest/ostest.h#L41-L45 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
