From 6a1f6d8abfea942cd5dfba454d476cc8a33fd16d Mon Sep 17 00:00:00 2001 From: Patrik Flykt Date: Tue, 26 Feb 2013 12:54:08 +0200 Subject: dundee: Increase timeout to 60 seconds D-Bus method calls to may trigger pairing and/or pop up a dialog in the remote Bluetooth device to which the user needs to react. --- plugins/dundee.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/dundee.c b/plugins/dundee.c index 1326b6ba..6de8680f 100644 --- a/plugins/dundee.c +++ b/plugins/dundee.c @@ -48,7 +48,7 @@ #define SET_PROPERTY "SetProperty" #define GET_DEVICES "GetDevices" -#define TIMEOUT 40000 +#define TIMEOUT 60000 static DBusConnection *connection; -- cgit v1.2.3