diff --git a/plugins/UM3NetworkPrinting/src/Cloud/CloudApiClient.py b/plugins/UM3NetworkPrinting/src/Cloud/CloudApiClient.py index 4feb77222a..3c8e53b2e9 100644 --- a/plugins/UM3NetworkPrinting/src/Cloud/CloudApiClient.py +++ b/plugins/UM3NetworkPrinting/src/Cloud/CloudApiClient.py @@ -42,7 +42,7 @@ class CloudApiClient: CLUSTER_API_ROOT = f"{ROOT_PATH}/connect/v1" CURA_API_ROOT = f"{ROOT_PATH}/cura/v1" - DEFAULT_REQUEST_TIMEOUT = 10 # seconds + DEFAULT_REQUEST_TIMEOUT = 30 # seconds # In order to avoid garbage collection we keep the callbacks in this list. _anti_gc_callbacks = [] # type: List[Callable[[Any], None]]