autotest: remove pause after starting ArduPilot binary

This commit is contained in:
Peter Barker 2023-02-06 13:31:48 +11:00 committed by Peter Barker
parent de61384fa5
commit d4c5908773

View File

@ -601,8 +601,6 @@ def start_SITL(binary,
rest = cmd[1:]
child = pexpect.spawn(first, rest, logfile=pexpect_logfile, encoding=ENCODING, timeout=5)
pexpect_autoclose(child)
# give time for parameters to properly setup
time.sleep(3)
if gdb or lldb:
# if we run GDB we do so in an xterm. "Waiting for
# connection" is never going to appear on xterm's output.