diff --git a/tests/malloc/main.c b/tests/malloc/main.c index 82d7842203..4133a2f729 100644 --- a/tests/malloc/main.c +++ b/tests/malloc/main.c @@ -28,7 +28,7 @@ #ifdef BOARD_NATIVE #define CHUNK_SIZE (1024 * 1024U) #else -#define CHUNK_SIZE (512U) +#define CHUNK_SIZE (128U) #endif #endif