mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 13:55:56 +08:00
Increased timeout of get request
CURA-49
This commit is contained in:
parent
e073860389
commit
fd1d72380b
@ -186,4 +186,4 @@ class NetworkPrinterOutputDevice(PrinterOutputDevice):
|
||||
self._progress_message.setProgress(0)
|
||||
|
||||
def _httpGet(self, path):
|
||||
return requests.get("http://" + self._address + self._api_prefix + path, timeout = 2)
|
||||
return requests.get("http://" + self._address + self._api_prefix + path, timeout = 5)
|
Loading…
x
Reference in New Issue
Block a user