Skip to content

Commit

Permalink
[sairedis] Code review comments fix
Browse files Browse the repository at this point in the history
Signed-off-by: vedganes <vedavinayagam.ganesan@nokia.com>
  • Loading branch information
vedganes committed Oct 1, 2020
1 parent 4a48ca8 commit 6c0bd6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/RedisChannel.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ using namespace sairedis;
/**
* @brief Get response timeout in milliseconds.
*/
#define REDIS_ASIC_STATE_COMMAND_GETRESPONSE_TIMEOUT_MS (5*60*1000)
#define REDIS_ASIC_STATE_COMMAND_GETRESPONSE_TIMEOUT_MS (60*1000)

RedisChannel::RedisChannel(
_In_ const std::string& dbAsic,
Expand Down

0 comments on commit 6c0bd6a

Please sign in to comment.