From f8e84969f954bcb405b38bf0ad908d3da510e261 Mon Sep 17 00:00:00 2001 From: Armando Date: Wed, 19 Feb 2025 10:09:35 +0800 Subject: [PATCH] test(psram): added mem leak thresh for xip test, previous is 600 is close to the actual leak --- components/esp_psram/test_apps/psram/main/test_app_main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/esp_psram/test_apps/psram/main/test_app_main.c b/components/esp_psram/test_apps/psram/main/test_app_main.c index e19a4c2c37..a67d7019d3 100644 --- a/components/esp_psram/test_apps/psram/main/test_app_main.c +++ b/components/esp_psram/test_apps/psram/main/test_app_main.c @@ -8,7 +8,7 @@ #include "unity_test_runner.h" #include "esp_heap_caps.h" -#define TEST_MEMORY_LEAK_THRESHOLD (-600) +#define TEST_MEMORY_LEAK_THRESHOLD (-650) static size_t before_free_8bit; static size_t before_free_32bit;