refactor(uart): increase test app memory leak tolerance

This commit is contained in:
Song Ruo Jing
2025-03-06 20:33:43 +08:00
parent 3f69abdb7e
commit 3d08efd83a

View File

@ -9,7 +9,7 @@
#include "unity_test_utils.h" #include "unity_test_utils.h"
#include "esp_heap_caps.h" #include "esp_heap_caps.h"
#define TEST_MEMORY_LEAK_THRESHOLD (212) #define TEST_MEMORY_LEAK_THRESHOLD (250)
void setUp(void) void setUp(void)
{ {