Fix _handle_timeout not correctly honoring long runners
Issue was introduced through #1271 fix.
This commit is contained in:
parent
29aefdec08
commit
85060b972a
1 changed files with 1 additions and 0 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in a new issue