fix(ci): increase uart driver test memory leak threshold

This commit is contained in:
wuzhenghui 2024-09-03 17:28:14 +08:00
parent 0272fc405b
commit fd79c593fb

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 (212)
void setUp(void)
{