changed wait to 1 sec

This commit is contained in:
make-ing 2015-10-28 15:21:47 +01:00
parent 4cd0409972
commit 208d377a75

View file

@ -159,7 +159,7 @@ class MachineCom(object):
self._set_print_finished()
self._sendCommand()
self._send_event.wait(0.1)
self._send_event.wait(1)
self._send_event.clear()
except:
self._logger.exception("Something crashed inside the sending loop, please report this to Mr. Beam")