From 514d1f3e177305b5d9e15dbb2d90cdd900b3f756 Mon Sep 17 00:00:00 2001 From: Abhishek Dosi Date: Tue, 4 May 2021 18:34:01 +0000 Subject: [PATCH] Increase Syncd operation timeout from 1 min to 6 min. Signed-off-by: Abhishek Dosi --- lib/inc/sairedis.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/inc/sairedis.h b/lib/inc/sairedis.h index 703c3f05d..bd3f65578 100644 --- a/lib/inc/sairedis.h +++ b/lib/inc/sairedis.h @@ -20,7 +20,7 @@ const std::string objectTypeGetAvailabilityResponse("object_type_get_availabilit /** * @brief Default synchronous operation response timeout in milliseconds. */ -#define SAI_REDIS_DEFAULT_SYNC_OPERATION_RESPONSE_TIMEOUT (60*1000) +#define SAI_REDIS_DEFAULT_SYNC_OPERATION_RESPONSE_TIMEOUT (6*60*1000) typedef enum _sai_redis_notify_syncd_t {