autotest: fixed arm delay in replay test

thanks to Peter
This commit is contained in:
Andrew Tridgell 2020-11-10 13:27:41 +11:00
parent 2a210549f9
commit 00cfc1932f
1 changed files with 1 additions and 0 deletions

View File

@ -5333,6 +5333,7 @@ class AutoTestCopter(AutoTest):
self.progress("Current log path: %s" % str(current_log_filepath))
self.change_mode("LOITER")
self.wait_ready_to_arm(require_absolute=True)
self.arm_vehicle()
self.takeoffAndMoveAway()
self.do_RTL()