From 6649e9510663967606c69e618d5c2df7b72424df Mon Sep 17 00:00:00 2001 From: Qinghao Shi Date: Tue, 17 Aug 2021 09:59:00 +0100 Subject: [PATCH] TESTS: Reduce allocate memory size --- rtos/tests/TESTS/mbed_rtos/malloc/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rtos/tests/TESTS/mbed_rtos/malloc/main.cpp b/rtos/tests/TESTS/mbed_rtos/malloc/main.cpp index a470547e2d7..70aece1946e 100644 --- a/rtos/tests/TESTS/mbed_rtos/malloc/main.cpp +++ b/rtos/tests/TESTS/mbed_rtos/malloc/main.cpp @@ -106,7 +106,7 @@ void test_multithread_allocation(void) #endif /** Test for multiple heap alloc and free calls */ -#define ALLOC_ARRAY_SIZE 100 +#define ALLOC_ARRAY_SIZE 50 #define ALLOC_LOOP 20 #define SIZE_INCREMENTS 1023 #define SIZE_MODULO 31