Change-Id: I0712faba6745a9141e17b242cc9a9fd3c239335f
--- /dev/null
+The upgrade DBus method is a bit unusual, in that it waits synchronously for upgrade before returning a result. This means that it has to use a larger timeout than usual; we set the timeout of this method to 6 hours in update_control API.
return UPDATE_CONTROL_ERROR_SYSTEM_ERROR; \
} \
} while (0);
-#define DBUS_PROXY_TIMEOUT 5*60*1000
+// DBUS_PROXY_TIMEOUT is 6 hours
+#define DBUS_PROXY_TIMEOUT 6 * 60 * 60 * 1000
#ifdef __cplusplus
}
#endif