From 893b030795095d60f2d3bb25d201cb1484366837 Mon Sep 17 00:00:00 2001 From: Szymon Janc Date: Thu, 10 Apr 2014 16:10:08 +0200 Subject: [PATCH] android/hal-ipc: Increase bluetoothd connect timeout Current timeout is not enough when running bluetoothd under valgrind. --- android/hal-ipc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/hal-ipc.c b/android/hal-ipc.c index 5bef281d4..00d460d84 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; -- 2.47.3