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 ade43f3b00
commit 84f8be2e31

View File

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