diff options
author | Patrik Flykt <patrik.flykt@linux.intel.com> | 2013-02-26 12:54:08 +0200 |
---|---|---|
committer | Patrik Flykt <patrik.flykt@linux.intel.com> | 2013-02-26 13:57:50 +0200 |
commit | 6a1f6d8abfea942cd5dfba454d476cc8a33fd16d (patch) | |
tree | 6eb888cb8e95cebf68120bb2caba5bd241303d22 /plugins | |
parent | 43164191cb15da56b3c0ab01e1dfb27311fba948 (diff) | |
download | connman-6a1f6d8abfea942cd5dfba454d476cc8a33fd16d.tar.gz connman-6a1f6d8abfea942cd5dfba454d476cc8a33fd16d.tar.bz2 connman-6a1f6d8abfea942cd5dfba454d476cc8a33fd16d.zip |
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.
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/dundee.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; |