app: Change async call timeout to 120sec.
[platform/core/system/storaged.git] / apps / extended-sd / src / dbus-call.c
index e1ddfff..cdc503e 100644 (file)
@@ -402,7 +402,7 @@ int dbus_method_async_with_reply(const char *dest, const char *path,
                        method,                          /* method name */
                        append_g_variant(sig, param),    /* parameters */
                        G_DBUS_CALL_FLAGS_NONE,
-                       DBUS_REPLY_TIMEOUT,              /* timeout */
+                       timeout, //DBUS_REPLY_TIMEOUT,   /* timeout */
                        NULL,                            /* GCancellable */
                        (GAsyncReadyCallback)cb_pending, /* GAsyncReadyCallback */
                        pdata);                          /* user data */