Skip to content

Commit

Permalink
tests: net: socket: tls: Increase the mbedtls heap size
Browse files Browse the repository at this point in the history
native_posix_64 needs more heap for the test to pass so
increase it by 2kb.

Fixes zephyrproject-rtos#64670

Signed-off-by: Jukka Rissanen <[email protected]>
  • Loading branch information
jukkar authored and aescolar committed Nov 2, 2023
1 parent f9051d6 commit 1e15949
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/net/socket/tls/prj.conf
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,5 @@ CONFIG_ZTEST=y
CONFIG_ZTEST_STACK_SIZE=3072

CONFIG_MBEDTLS_ENABLE_HEAP=y
CONFIG_MBEDTLS_HEAP_SIZE=16000
CONFIG_MBEDTLS_HEAP_SIZE=18000
CONFIG_MBEDTLS_KEY_EXCHANGE_PSK_ENABLED=y

0 comments on commit 1e15949

Please sign in to comment.