From 2c8ba837bbc61ee6955abc983a913e741abba789 Mon Sep 17 00:00:00 2001 From: Jacob Hageman Date: Mon, 8 Aug 2022 09:25:09 -0500 Subject: [PATCH] Fix #2131, Increase event burst credit to not squelch at startup in CI --- cmake/sample_defs/cpu1_platform_cfg.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake/sample_defs/cpu1_platform_cfg.h b/cmake/sample_defs/cpu1_platform_cfg.h index 63f7537b4..b898e7b37 100644 --- a/cmake/sample_defs/cpu1_platform_cfg.h +++ b/cmake/sample_defs/cpu1_platform_cfg.h @@ -1347,7 +1347,7 @@ ** \par Limits ** This number must be less than or equal to INT_MAX/1000 */ -#define CFE_PLATFORM_EVS_MAX_APP_EVENT_BURST 16 +#define CFE_PLATFORM_EVS_MAX_APP_EVENT_BURST 32 /** ** \cfeevscfg Sustained number of event messages per second per app before squelching