fix(unity): Fixed memory leaks in unity tests

This commit fixes memory leaks in unity tests when the debug option
CONFIG_FREERTOS_USE_LIST_DATA_INTEGRITY_CHECK_BYTES is enabled. The
commit increases the threshold to 1200 bytes from 1024 bytes.
This commit is contained in:
Sudeep Mohanty
2023-11-15 09:06:06 +01:00
parent 386111e8d1
commit a583063664
3 changed files with 3 additions and 3 deletions

View File

@@ -18,7 +18,7 @@ menu "IDF unit test"
config UNITY_CRITICAL_LEAK_LEVEL_GENERAL
int "Critical leak"
default 1024
default 1200
config UNITY_CRITICAL_LEAK_LEVEL_LWIP
int "Critical leak for UT which use LWIP component"