diff options
Diffstat (limited to 'test/ring_test.c')
-rw-r--r-- | test/ring_test.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ring_test.c b/test/ring_test.c index ede0bac..7cde650 100644 --- a/test/ring_test.c +++ b/test/ring_test.c @@ -23,7 +23,7 @@ #include "zix/ring.h" -#define MSG_SIZE 4 +#define MSG_SIZE 20 ZixRing* ring = 0; size_t n_writes = 0; |