This commit is contained in:
2025-12-30 22:08:02 +01:00
parent 99aa451620
commit bb8ef3bdb8

View File

@@ -1103,7 +1103,7 @@ class PortainerApi:
# print(path) # print(path)
params={"pullImage": pull} params={"pullImage": pull}
try: try:
resp = self._api_post(path, json=params, timeout=20) resp = self._api_post(path, json=params, timeout=120)
#print(resp) #print(resp)
except ValueError as e: except ValueError as e:
print(f"Error restarting service: {e}") print(f"Error restarting service: {e}")