From a1e710f084088aea3302a7d5dc9f2ff08cbce5c1 Mon Sep 17 00:00:00 2001 From: Renuka Manavalan <47282725+renukamanavalan@users.noreply.github.com> Date: Wed, 19 Jun 2019 14:46:33 -0700 Subject: [PATCH] Reduce the timeout (GET_RESPONSE_TIMEOUT) from 6 minutes to 1 minute. (#472) --- lib/inc/sai_redis.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/inc/sai_redis.h b/lib/inc/sai_redis.h index 678887c12..bf29a8dea 100644 --- a/lib/inc/sai_redis.h +++ b/lib/inc/sai_redis.h @@ -43,7 +43,7 @@ void check_notifications_pointers( // if we don't receive response from syncd in 60 seconds // there is something wrong and we should fail -#define GET_RESPONSE_TIMEOUT (6*60*1000) +#define GET_RESPONSE_TIMEOUT (60*1000) extern std::string getSelectResultAsString(int result); extern void clear_local_state();