From 1b30edf48a0a4bb2a240309f7cbc128ee8bbc949 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Fri, 4 Aug 2023 17:30:47 +0200 Subject: tst-calloc: reduce samples per size for small systems without MMU --- test/malloc/tst-calloc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/malloc/tst-calloc.c b/test/malloc/tst-calloc.c index b7b6d2b..9373848 100644 --- a/test/malloc/tst-calloc.c +++ b/test/malloc/tst-calloc.c @@ -25,7 +25,7 @@ static int errors = 0; /* Number of samples per size. */ -#define N 50000 +#define N 500 static void -- cgit v1.2.3