From 83c9d4347c720116b2a05e438d514cb7e73bd84b Mon Sep 17 00:00:00 2001 From: Song Ruo Jing Date: Thu, 6 Mar 2025 20:33:43 +0800 Subject: [PATCH] refactor(uart): increase test app memory leak tolerance --- components/esp_driver_uart/test_apps/uart/main/test_app_main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/esp_driver_uart/test_apps/uart/main/test_app_main.c b/components/esp_driver_uart/test_apps/uart/main/test_app_main.c index 1e64c861f3..35c50c36b8 100644 --- a/components/esp_driver_uart/test_apps/uart/main/test_app_main.c +++ b/components/esp_driver_uart/test_apps/uart/main/test_app_main.c @@ -10,7 +10,7 @@ #include "esp_heap_caps.h" #include "esp_newlib.h" -#define TEST_MEMORY_LEAK_THRESHOLD (212) +#define TEST_MEMORY_LEAK_THRESHOLD (250) void setUp(void) {