tests: net: sockets: tls: increase ztest and sysworkq stack sizes
Increase threads stack sizes from 2k to 3k, so that it will pass without stack overflow on qemu_x86 platform when SHA384 support will be reenabled. Signed-off-by: Marcin Niestroj <m.niestroj@emb.dev>
This commit is contained in:
parent
3f8d5c49b3
commit
994f6c8630
|
@ -32,7 +32,7 @@ CONFIG_NET_CONFIG_MY_IPV4_ADDR="192.0.2.1"
|
|||
CONFIG_NET_CONFIG_MY_IPV6_ADDR="2001:db8::1"
|
||||
|
||||
CONFIG_MAIN_STACK_SIZE=2048
|
||||
CONFIG_SYSTEM_WORKQUEUE_STACK_SIZE=2048
|
||||
CONFIG_SYSTEM_WORKQUEUE_STACK_SIZE=3072
|
||||
CONFIG_TEST_USERSPACE=y
|
||||
|
||||
# The test requires lot of bufs
|
||||
|
@ -43,7 +43,7 @@ CONFIG_NET_BUF_TX_COUNT=32
|
|||
CONFIG_NET_BUF_RX_COUNT=32
|
||||
|
||||
CONFIG_ZTEST=y
|
||||
CONFIG_ZTEST_STACK_SIZE=2048
|
||||
CONFIG_ZTEST_STACK_SIZE=3072
|
||||
|
||||
CONFIG_MBEDTLS_ENABLE_HEAP=y
|
||||
CONFIG_MBEDTLS_HEAP_SIZE=16000
|
||||
|
|
Loading…
Reference in a new issue