mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-08 23:46:22 -06:00
Increased timeout time to 10 seconds
CURA-1851
This commit is contained in:
parent
edabe9d593
commit
5c2ac558ea
1 changed files with 1 additions and 1 deletions
|
@ -137,7 +137,7 @@ class NetworkPrinterOutputDevice(PrinterOutputDevice):
|
||||||
self._connection_state_before_timeout = None
|
self._connection_state_before_timeout = None
|
||||||
|
|
||||||
self._last_response_time = time()
|
self._last_response_time = time()
|
||||||
self._response_timeout_time = 5
|
self._response_timeout_time = 10
|
||||||
self._not_authenticated_message = None
|
self._not_authenticated_message = None
|
||||||
|
|
||||||
self._last_command = ""
|
self._last_command = ""
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue