Skip to content

Commit

Permalink
Increase Syncd operation timeout from 1 min to 6 min.
Browse files Browse the repository at this point in the history
Signed-off-by: Abhishek Dosi <abdosi@microsoft.com>
  • Loading branch information
abdosi committed May 4, 2021
1 parent 17974ad commit 514d1f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/inc/sairedis.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
{
Expand Down

0 comments on commit 514d1f3

Please sign in to comment.