test(mspi_test): relax Unity heap leak threshold for lazy stdio

This commit is contained in:
Tomáš Rohlínek
2026-03-23 19:29:23 +01:00
parent 8605931afc
commit c17caf8d23

View File

@@ -9,7 +9,7 @@
#include "esp_heap_caps.h"
// Some resources are lazy allocated in mspi bus test, the threshold is left for that case
#define TEST_MEMORY_LEAK_THRESHOLD (-600)
#define TEST_MEMORY_LEAK_THRESHOLD (-650)
static size_t before_free_8bit;
static size_t before_free_32bit;