mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 06:28:27 -04:00
autotest: give guided mode test more time to achieve attitude
This commit is contained in:
parent
4c5c5fff72
commit
316c6af69f
@ -51,7 +51,7 @@ class AutoTestTracker(AutoTest):
|
||||
self.progress("Using set_attitude_target to achieve attitude")
|
||||
while True:
|
||||
now = self.get_sim_time()
|
||||
if now - tstart > 30:
|
||||
if now - tstart > 60:
|
||||
raise NotAchievedException("Did not achieve attitude")
|
||||
if now - last_attitude_target_sent > 0.5:
|
||||
last_attitude_target_sent = now
|
||||
|
Loading…
Reference in New Issue
Block a user