Skip to content

Commit

Permalink
Merge pull request #1075 from skliper/fix1074_ut_object_limit
Browse files Browse the repository at this point in the history
Fix #1074, Increase UT object limit for testing
  • Loading branch information
astrogeco authored Jun 15, 2021
2 parents 0c18559 + 0a6389b commit 2587bec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ut-stubs/utstub-helpers.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
{
Expand Down

0 comments on commit 2587bec

Please sign in to comment.