dundee: Increase timeout to 60 seconds
authorPatrik Flykt <patrik.flykt@linux.intel.com>
Tue, 26 Feb 2013 10:54:08 +0000 (12:54 +0200)
committerPatrik Flykt <patrik.flykt@linux.intel.com>
Tue, 26 Feb 2013 11:57:50 +0000 (13:57 +0200)
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

index 1326b6b..6de8680 100644 (file)
@@ -48,7 +48,7 @@
 #define SET_PROPERTY                   "SetProperty"
 #define GET_DEVICES                    "GetDevices"
 
-#define TIMEOUT 40000
+#define TIMEOUT 60000
 
 static DBusConnection *connection;