summaryrefslogtreecommitdiff
path: root/android/hal-ipc.c
diff options
context:
space:
mode:
authorSzymon Janc <szymon.janc@tieto.com>2014-04-10 16:10:08 +0200
committerSzymon Janc <szymon.janc@tieto.com>2014-04-10 16:14:22 +0200
commit893b030795095d60f2d3bb25d201cb1484366837 (patch)
tree05c688382585eca7a4520f96ee4b2f8c255a024b /android/hal-ipc.c
parent6dd3f1f1968b854fa09d898b7bbacf272a977397 (diff)
downloadbluez-893b030795095d60f2d3bb25d201cb1484366837.tar.gz
android/hal-ipc: Increase bluetoothd connect timeout
Current timeout is not enough when running bluetoothd under valgrind.
Diffstat (limited to 'android/hal-ipc.c')
-rw-r--r--android/hal-ipc.c2
1 files changed, 1 insertions, 1 deletions
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;