Skip to content
Commit 424668f5 authored by Hu Zhenyu's avatar Hu Zhenyu Committed by Fabio Baltieri
Browse files

tests: mec15xxevb_assy6853: Enlarge the IDLE_STACK_SIZE from 256 to 512



The test case "samples/boards/mec15xxevb_assy6853/power_management" could
always pass until commit 5f60164a was merged in. This patch changes the sem
take timeout value from 50ms to forever of the log thread, it will make the
idle thread run longer and takes more stack memory. Analyzed the coredump
of the failed test case, it can be found that the test case stucks at
z_idle_stacks. The test case used default CONFIG_IDLE_STACK_SIZE = 256 in
kernel/Kconfig, now we increase the value to 512 in prj.conf for this test
only. With this change, the test case can pass with the commit of 5f60164a.
Fixes #47987

Signed-off-by: default avatarHu Zhenyu <zhenyu.hu@intel.com>
parent 1a119b41
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment