From 83d45143565f726d9ea4ce8c5b460b5db08e38b5 Mon Sep 17 00:00:00 2001 From: jaydee Date: Mon, 2 Mar 2026 01:25:55 +0100 Subject: [PATCH] build --- portainer/api.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/portainer/api.py b/portainer/api.py index 11ac570..303155f 100644 --- a/portainer/api.py +++ b/portainer/api.py @@ -1139,7 +1139,7 @@ class PortainerApi: path = f"/endpoints/{self.endpoint_id}/forceupdateservice" params={"serviceID": service_id, "pullImage": pool} try: - resp = self._api_put(path, json=params, timeout=20) + resp = self._api_put(path, json=params, timeout=120) # print(resp) except ValueError as e: print(f"Error restarting service: {e}")