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 0381f5723a
commit 83c9d4347c

View File

@@ -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)
{