Fix _handle_timeout not correctly honoring long runners

Issue was introduced through #1271 fix.
This commit is contained in:
Gina Häußge 2016-03-11 17:20:13 +01:00
parent 29aefdec08
commit 85060b972a

View file

@ -1230,6 +1230,7 @@ class MachineCom(object):
if self._long_running_command:
self._logger.debug("Ran into a communication timeout, but a command known to be a long runner is currently active")
return
general_message = "Configure long running commands or increase communication timeout if that happens regularly on specific commands or long moves."
if self._resendActive: