summaryrefslogtreecommitdiff
path: root/src/ext-proxy.c
diff options
context:
space:
mode:
authorDaniel Carl <danielcarl@gmx.de>2017-05-07 14:41:51 +0200
committerDaniel Carl <danielcarl@gmx.de>2017-05-07 14:41:51 +0200
commitceac41b78240ff602485c19081d7adbe6eb42be3 (patch)
treee7c0284c505cd9f029653af22f12e1c4d164998c /src/ext-proxy.c
parent3b9bf50b4cbcf5b4b78cec47fe2454ba6493aa59 (diff)
Workaround for hanging hints #349.
Diffstat (limited to 'src/ext-proxy.c')
-rw-r--r--src/ext-proxy.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ext-proxy.c b/src/ext-proxy.c
index 4bee71c..2cb2896 100644
--- a/src/ext-proxy.c
+++ b/src/ext-proxy.c
@@ -213,7 +213,7 @@ static GVariant *dbus_call_sync(Client *c, const char *method, GVariant *param)
}
result = g_dbus_proxy_call_sync(c->dbusproxy, method, param,
- G_DBUS_CALL_FLAGS_NONE, -1, NULL, &error);
+ G_DBUS_CALL_FLAGS_NONE, 500, NULL, &error);
if (error) {
g_warning("Failed dbus method %s: %s", method, error->message);