Adjust timeout value for receiving message 65/180965/1
authorJunghoon Park <jh9216.park@samsung.com>
Thu, 7 Jun 2018 02:08:06 +0000 (11:08 +0900)
committerJunghoon Park <jh9216.park@samsung.com>
Thu, 7 Jun 2018 02:08:06 +0000 (11:08 +0900)
Change-Id: I74d6415e33e2da4710298f9981596798b764103d
Signed-off-by: Junghoon Park <jh9216.park@samsung.com>
src/port-internal.cc

index 8049fef..a88c9b0 100644 (file)
@@ -35,7 +35,7 @@
 
 #define LOG_TAG "RPC_PORT"
 
-#define MAX_RETRY_CNT 10
+#define MAX_RETRY_CNT 15
 #define SEND_TIMEOUT 500
 
 namespace rpc_port {