pthread: updated qemu test scripts
This commit is contained in:
@@ -34,8 +34,8 @@ void setUp(void)
|
||||
|
||||
void tearDown(void)
|
||||
{
|
||||
// Add a short delay of 100ms to allow the idle task to free an remaining memory
|
||||
vTaskDelay(pdMS_TO_TICKS(100));
|
||||
// Add a short delay of 200ms to allow the idle task to free remaining memory
|
||||
vTaskDelay(pdMS_TO_TICKS(200));
|
||||
size_t after_free_8bit = heap_caps_get_free_size(MALLOC_CAP_8BIT);
|
||||
size_t after_free_32bit = heap_caps_get_free_size(MALLOC_CAP_32BIT);
|
||||
check_leak(before_free_8bit, after_free_8bit, "8BIT");
|
||||
|
||||
Reference in New Issue
Block a user