From 5c2ac558eae92f08f58881ff695c078eb0c11c7a Mon Sep 17 00:00:00 2001 From: Jaime van Kessel Date: Fri, 19 Aug 2016 13:14:10 +0200 Subject: [PATCH] Increased timeout time to 10 seconds CURA-1851 --- NetworkPrinterOutputDevice.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NetworkPrinterOutputDevice.py b/NetworkPrinterOutputDevice.py index f2a16bc5b9..99ab821d5e 100644 --- a/NetworkPrinterOutputDevice.py +++ b/NetworkPrinterOutputDevice.py @@ -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 = ""