From 84f8be2e3195e6a2a7313fc6b5eeca30062479d8 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 f349470829..9c63529e8b 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 @@ -9,7 +9,7 @@ #include "unity_test_utils.h" #include "esp_heap_caps.h" -#define TEST_MEMORY_LEAK_THRESHOLD (200) +#define TEST_MEMORY_LEAK_THRESHOLD (250) void setUp(void) {