From bb2f3483d29c011b387e4b1ca531e77ba7fa834f Mon Sep 17 00:00:00 2001 From: Saurav Babu Date: Thu, 25 Jan 2018 08:31:48 +0530 Subject: [PATCH] mot-agent: Change discovery timeout to 6secs Signed-off-by: Saurav Babu --- src/mot-agent/ma-subowner.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mot-agent/ma-subowner.c b/src/mot-agent/ma-subowner.c index 2242119..9362c91 100644 --- a/src/mot-agent/ma-subowner.c +++ b/src/mot-agent/ma-subowner.c @@ -58,7 +58,7 @@ /*This value is used only for sample (not OCF spec) */ #define ACL_RESRC_ARRAY_SIZE 3 -#define DISCOVERY_TIMEOUT 3 /**< 3 sec */ +#define DISCOVERY_TIMEOUT 6 /**< 6 sec */ #define CALLBACK_TIMEOUT_10S 10 * 1000 /**< 10 sec = 10 * 1000 * 1ms */ #define CALLBACK_TIMEOUT_5S 5 * 1000 /**< 5sec = 5 * 1000 * 1ms */ -- 2.7.4