From c2651fb68795b3d05f011a6fe5753eb61f33abef Mon Sep 17 00:00:00 2001 From: Richard Hughes Date: Tue, 16 Aug 2016 18:13:41 +0100 Subject: [PATCH] trivial: Do not timeout of very long firmware operations --- libfwupd/fwupd-client.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libfwupd/fwupd-client.c b/libfwupd/fwupd-client.c index 1bfc55c10..c5038c025 100644 --- a/libfwupd/fwupd-client.c +++ b/libfwupd/fwupd-client.c @@ -648,7 +648,7 @@ fwupd_client_install (FwupdClient *client, g_dbus_connection_send_message_with_reply (priv->conn, request, G_DBUS_SEND_MESSAGE_FLAGS_NONE, - -1, + G_MAXINT, NULL, cancellable, fwupd_client_send_message_cb,