mot-agent: Change discovery timeout to 6secs
authorSaurav Babu <saurav.babu@samsung.com>
Thu, 25 Jan 2018 03:01:48 +0000 (08:31 +0530)
committersaerome.kim <saerome.kim@samsung.com>
Mon, 2 Jul 2018 10:38:47 +0000 (19:38 +0900)
Signed-off-by: Saurav Babu <saurav.babu@samsung.com>
src/mot-agent/ma-subowner.c

index 224211943f1fe230bfe2420c2ea0f02e5192f1f1..9362c916933907918b29374c2f0f6a8487eabbdf 100644 (file)
@@ -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 */