mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 07:45:58 +08:00
Increased timeout time to 10 seconds
CURA-1851
This commit is contained in:
parent
edabe9d593
commit
5c2ac558ea
@ -137,7 +137,7 @@ class NetworkPrinterOutputDevice(PrinterOutputDevice):
|
||||
self._connection_state_before_timeout = None
|
||||
|
||||
self._last_response_time = time()
|
||||
self._response_timeout_time = 5
|
||||
self._response_timeout_time = 10
|
||||
self._not_authenticated_message = None
|
||||
|
||||
self._last_command = ""
|
||||
|
Loading…
x
Reference in New Issue
Block a user