From 384a4abf0d8d81dbbd356e6ab66237a92312ff92 Mon Sep 17 00:00:00 2001 From: Pankaj Garg Date: Fri, 5 Nov 2021 11:25:46 -0700 Subject: [PATCH] Increase MRP timeouts for Darwin to accomodate CI slowness --- src/platform/Darwin/CHIPPlatformConfig.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/platform/Darwin/CHIPPlatformConfig.h b/src/platform/Darwin/CHIPPlatformConfig.h index 797d2e01d99654..af2462b8bf0d00 100644 --- a/src/platform/Darwin/CHIPPlatformConfig.h +++ b/src/platform/Darwin/CHIPPlatformConfig.h @@ -106,6 +106,10 @@ #define CHIP_CONFIG_BDX_MAX_NUM_TRANSFERS 1 #endif // CHIP_CONFIG_BDX_MAX_NUM_TRANSFERS +// TODO - Fine tune MRP default parameters for Darwin platform +#define CHIP_CONFIG_MRP_DEFAULT_INITIAL_RETRY_INTERVAL (60000) +#define CHIP_CONFIG_MRP_DEFAULT_ACTIVE_RETRY_INTERVAL (2000) + // ==================== Security Configuration Overrides ==================== #ifndef CHIP_CONFIG_MAX_APPLICATION_GROUPS