mirror of
https://github.com/espressif/esp-idf.git
synced 2025-07-30 02:37:19 +02:00
refactor(uart): increase test app memory leak tolerance
This commit is contained in:
@ -9,7 +9,7 @@
|
||||
#include "unity_test_utils.h"
|
||||
#include "esp_heap_caps.h"
|
||||
|
||||
#define TEST_MEMORY_LEAK_THRESHOLD (212)
|
||||
#define TEST_MEMORY_LEAK_THRESHOLD (250)
|
||||
|
||||
void setUp(void)
|
||||
{
|
||||
|
Reference in New Issue
Block a user