test(system): increased 200B memory leak thresh due to mmu mmap mutex

200B to extend the thresh, real increase to the memory usage will be smaller
This commit is contained in:
armando
2025-04-03 10:31:50 +08:00
committed by Armando (Dou Yiwen)
parent 6abf6f5196
commit 1abe57c987
4 changed files with 8 additions and 8 deletions

View File

@@ -10,7 +10,7 @@
#include "esp_newlib.h"
// iterator to load partition tables in `test spi bus lock, with flash` will lead memory not free
#define TEST_MEMORY_LEAK_THRESHOLD (350)
#define TEST_MEMORY_LEAK_THRESHOLD (450)
void setUp(void)
{