forked from espressif/esp-idf
test(psram): added mem leak thresh for xip test, previous is 600 is close to the actual leak
This commit is contained in:
committed by
Armando (Dou Yiwen)
parent
04708898a2
commit
f8e84969f9
@@ -8,7 +8,7 @@
|
||||
#include "unity_test_runner.h"
|
||||
#include "esp_heap_caps.h"
|
||||
|
||||
#define TEST_MEMORY_LEAK_THRESHOLD (-600)
|
||||
#define TEST_MEMORY_LEAK_THRESHOLD (-650)
|
||||
|
||||
static size_t before_free_8bit;
|
||||
static size_t before_free_32bit;
|
||||
|
Reference in New Issue
Block a user