Skip to content

Commit 11e238a

Browse files
Andrewpinicarlescufi
authored andcommitted
Tests: Bluetooth: Mesh: Mesh shell prj stack size
Increases the main stack size of the mesh shell test application. This resolves issue where application is not able to pass initialization step. Signed-off-by: Anders Storrø <anders.storro@nordicsemi.no>
1 parent c40949a commit 11e238a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/bluetooth/mesh_shell/prj.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
CONFIG_TEST=y
22
CONFIG_TEST_LOGGING_DEFAULTS=n
33
#CONFIG_INIT_STACKS=y
4-
CONFIG_MAIN_STACK_SIZE=504
4+
CONFIG_MAIN_STACK_SIZE=1024
55
CONFIG_ISR_STACK_SIZE=1024
66
CONFIG_SYSTEM_WORKQUEUE_STACK_SIZE=2048
77
CONFIG_SHELL_STACK_SIZE=1728

0 commit comments

Comments
 (0)