From bb8ef3bdb8dc879f833e05976aa29db5e356d667 Mon Sep 17 00:00:00 2001 From: jaydee Date: Tue, 30 Dec 2025 22:08:02 +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 56d8f3e..a93a9fc 100644 --- a/portainer/api.py +++ b/portainer/api.py @@ -1103,7 +1103,7 @@ class PortainerApi: # print(path) params={"pullImage": pull} try: - resp = self._api_post(path, json=params, timeout=20) + resp = self._api_post(path, json=params, timeout=120) #print(resp) except ValueError as e: print(f"Error restarting service: {e}")