Diff between 6dd3f1f1968b854fa09d898b7bbacf272a977397 and 893b030795095d60f2d3bb25d201cb1484366837

Changed Files

File Additions Deletions Status
android/hal-ipc.c +1 -1 modified

Full Patch

diff --git a/android/hal-ipc.c b/android/hal-ipc.c
index 5bef281..00d460d 100644
--- a/android/hal-ipc.c
+++ b/android/hal-ipc.c
@@ -33,7 +33,7 @@
 #include "ipc-common.h"
 #include "hal-ipc.h"
 
-#define CONNECT_TIMEOUT (5 * 1000)
+#define CONNECT_TIMEOUT (10 * 1000)
 
 static int cmd_sk = -1;
 static int notif_sk = -1;