fix(ci): increase memory leak threshold for uart rs485 test app

This commit is contained in:
Song Ruo Jing
2025-11-11 17:40:20 +08:00
parent a5904ca810
commit 430e8e8970
@@ -10,7 +10,7 @@
#include "esp_heap_caps.h"
#include "esp_newlib.h"
#define TEST_MEMORY_LEAK_THRESHOLD (200)
#define TEST_MEMORY_LEAK_THRESHOLD (250)
void setUp(void)
{