diff options
| author | Waldemar Brodkorb <wbx@openadk.org> | 2023-08-04 17:30:47 +0200 |
|---|---|---|
| committer | Waldemar Brodkorb <wbx@openadk.org> | 2023-08-04 17:30:47 +0200 |
| commit | 1b30edf48a0a4bb2a240309f7cbc128ee8bbc949 (patch) | |
| tree | 6841278acb177b365af0bb0e5454f53def891fd5 /test | |
| parent | d671070f6c3053b189b8ff324219dc55d63c4598 (diff) | |
tst-calloc: reduce samples per size for small systems without MMU
Diffstat (limited to 'test')
| -rw-r--r-- | test/malloc/tst-calloc.c | 2 |
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 |
