From 0a6389bb2b69ecf54de2e1eb22119794dfd7cd7b Mon Sep 17 00:00:00 2001 From: Jacob Hageman Date: Fri, 11 Jun 2021 19:54:43 +0000 Subject: [PATCH] Fix #1074, Increase UT object limit for testing --- src/ut-stubs/utstub-helpers.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ut-stubs/utstub-helpers.h b/src/ut-stubs/utstub-helpers.h index 029543e6c..a44cd1c1e 100644 --- a/src/ut-stubs/utstub-helpers.h +++ b/src/ut-stubs/utstub-helpers.h @@ -64,7 +64,7 @@ * (Default value of 16 allows for up to 128 objects to be created in * a single test case, far more than anything I've seen yet) */ -#define OSAL_MAX_VALID_PER_TYPE 16 +#define OSAL_MAX_VALID_PER_TYPE 32 typedef struct {