mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
fix(ci): increase uart driver test memory leak threshold
This commit is contained in:
parent
0272fc405b
commit
fd79c593fb
@ -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)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user