Skip to content

Commit

Permalink
Reduce the timeout (GET_RESPONSE_TIMEOUT) from 6 minutes to 1 minute. (
Browse files Browse the repository at this point in the history
  • Loading branch information
renukamanavalan committed Jun 19, 2019
1 parent 763c6cb commit 0e969bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/inc/sai_redis.h
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit 0e969bd

Please sign in to comment.