sim:citest: Bump the nsh line length

One of the test scripts tries to send a very long command
(166 characters, [1]), which is immediately truncated by NSH.
I guess it isn't the intention of the test.

[1] 1bcaacd5cc/tools/ci/testrun/script/test_framework/test_cmocka.py (L50-L55)
This commit is contained in:
YAMAMOTO Takashi 2025-01-08 15:12:12 +09:00 committed by Xiang Xiao
parent 40bd8f9ad4
commit 0b960de1e0

View file

@ -87,6 +87,7 @@ CONFIG_LIBUV_THREADPOOL_SIZE=4
CONFIG_LIBUV_THREAD_STACKSIZE=16384
CONFIG_LIBUV_UTILS_STACKSIZE=65536
CONFIG_LIBUV_UTILS_TEST=y
CONFIG_LINE_MAX=200
CONFIG_MM_IOB=y
CONFIG_MQ_MAXMSGSIZE=128
CONFIG_NET=y
@ -99,6 +100,7 @@ CONFIG_NSH_ARCHINIT=y
CONFIG_NSH_BUILTIN_APPS=y
CONFIG_NSH_DISABLE_DATE=y
CONFIG_NSH_DISABLE_TIMEDATECTL=y
CONFIG_NSH_LINELEN=200
CONFIG_NSH_MOTD=y
CONFIG_NSH_MOTD_STRING="MOTD: username=admin password=Administrator"
CONFIG_NSH_READLINE=y