test(psram): added mem leak thresh for xip test, previous is 600 is close to the actual leak

This commit is contained in:
Armando
2025-02-19 10:09:35 +08:00
committed by Armando (Dou Yiwen)
parent 04708898a2
commit f8e84969f9

View File

@@ -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;