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
This commit is contained in:
Nedko Arnaudov 2009-12-19 00:21:41 +02:00
parent 36f9be928b
commit 49e18befb1
1 changed files with 1 additions and 1 deletions

View File

@ -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"