mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-22 00:28:30 -04:00
Tools: extend copter NavDelay test by 80sec
s-curves slows missions slightly
This commit is contained in:
parent
224cd5a0d3
commit
c04f686ce7
@ -2609,7 +2609,7 @@ class AutoTestCopter(AutoTest):
|
|||||||
last_seq = None
|
last_seq = None
|
||||||
while self.armed(): # we RTL at end of mission
|
while self.armed(): # we RTL at end of mission
|
||||||
now = self.get_sim_time_cached()
|
now = self.get_sim_time_cached()
|
||||||
if now - tstart > 120:
|
if now - tstart > 200:
|
||||||
raise AutoTestTimeoutException("Did not disarm as expected")
|
raise AutoTestTimeoutException("Did not disarm as expected")
|
||||||
m = self.mav.recv_match(type='MISSION_CURRENT', blocking=True)
|
m = self.mav.recv_match(type='MISSION_CURRENT', blocking=True)
|
||||||
at_delay_item = ""
|
at_delay_item = ""
|
||||||
|
Loading…
Reference in New Issue
Block a user