mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2026-01-01 01:41:18 +01:00
tests/malloc: reduce chunk size to 128b
Otherwise, the test fails on z1 (with no allocations).
This commit is contained in:
parent
107356ec5d
commit
da898e649c
@ -28,7 +28,7 @@
|
||||
#ifdef BOARD_NATIVE
|
||||
#define CHUNK_SIZE (1024 * 1024U)
|
||||
#else
|
||||
#define CHUNK_SIZE (512U)
|
||||
#define CHUNK_SIZE (128U)
|
||||
#endif
|
||||
#endif
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user