mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-08 23:46:22 -06:00
Increased timeout of get request
CURA-49
This commit is contained in:
parent
e073860389
commit
fd1d72380b
1 changed files with 1 additions and 1 deletions
|
@ -186,4 +186,4 @@ class NetworkPrinterOutputDevice(PrinterOutputDevice):
|
||||||
self._progress_message.setProgress(0)
|
self._progress_message.setProgress(0)
|
||||||
|
|
||||||
def _httpGet(self, path):
|
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…
Add table
Add a link
Reference in a new issue