Build fix

Fixed test errors
This commit is contained in:
Marc-Antoine Lafreniere
2019-04-10 16:59:01 -04:00
parent e1e0ca6fa4
commit b878159a27
2 changed files with 4 additions and 4 deletions

View File

@@ -78,7 +78,7 @@ def sendWithAck(gcodeCommand, timeoutCom):
raise RuntimeError('Command error : ' + gcodeCommand)
else:
commandTimeout += 1
if commandTimeout > timeoutCom * 10:
if commandTimeout > timeoutCom * 100:
raise RuntimeError('Command not executed')