diff --git a/tests/queue5.c b/tests/queue5.c index b6b81ec..4cf5dbd 100644 --- a/tests/queue5.c +++ b/tests/queue5.c @@ -34,7 +34,7 @@ /* Number of queue entries */ -#define QUEUE_ENTRIES 8 +#define QUEUE_ENTRIES 4 /* Number of test threads */ diff --git a/tests/queue9.c b/tests/queue9.c index 10e740b..d914ee9 100644 --- a/tests/queue9.c +++ b/tests/queue9.c @@ -39,7 +39,7 @@ /* Test queue size */ -#define QUEUE_ENTRIES 8 +#define QUEUE_ENTRIES 4 /* Number of test threads */