From c17caf8d23bf22eb117c2c900398db8e620f5d04 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Rohl=C3=ADnek?= Date: Mon, 23 Mar 2026 19:29:23 +0100 Subject: [PATCH] test(mspi_test): relax Unity heap leak threshold for lazy stdio --- components/spi_flash/test_apps/mspi_test/main/test_app_main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/spi_flash/test_apps/mspi_test/main/test_app_main.c b/components/spi_flash/test_apps/mspi_test/main/test_app_main.c index abb1c1cd7dc..eaa93bad03f 100644 --- a/components/spi_flash/test_apps/mspi_test/main/test_app_main.c +++ b/components/spi_flash/test_apps/mspi_test/main/test_app_main.c @@ -9,7 +9,7 @@ #include "esp_heap_caps.h" // Some resources are lazy allocated in mspi bus test, the threshold is left for that case -#define TEST_MEMORY_LEAK_THRESHOLD (-600) +#define TEST_MEMORY_LEAK_THRESHOLD (-650) static size_t before_free_8bit; static size_t before_free_32bit;