From 49e18befb1e88d1066f45e994097afde7003d860 Mon Sep 17 00:00:00 2001 From: Nedko Arnaudov Date: Sat, 19 Dec 2009 00:21:41 +0200 Subject: [PATCH] increase dbus call timeout probably this will improve situation where jack server stop call fails with timeout then it is waited for five seconds and wait finishes almost imidiately and then jack server stop signal is received that causes sutdio crashed signal to be emited --- dbus/helpers.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dbus/helpers.h b/dbus/helpers.h index 4f288d52..8758ad9b 100644 --- a/dbus/helpers.h +++ b/dbus/helpers.h @@ -97,7 +97,7 @@ dbus_unregister_service_lifetime_hook( DBusConnection * connection, const char * service); -#define DBUS_CALL_DEFAULT_TIMEOUT 1000 // in milliseconds +#define DBUS_CALL_DEFAULT_TIMEOUT 3000 // in milliseconds #include "method.h" #include "signal.h"