summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2023-08-04 17:30:47 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2023-08-04 17:30:47 +0200
commit1b30edf48a0a4bb2a240309f7cbc128ee8bbc949 (patch)
tree6841278acb177b365af0bb0e5454f53def891fd5
parentd671070f6c3053b189b8ff324219dc55d63c4598 (diff)
tst-calloc: reduce samples per size for small systems without MMU
-rw-r--r--test/malloc/tst-calloc.c2
1 files changed, 1 insertions, 1 deletions
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