mirror of https://github.com/ArduPilot/ardupilot
autotest: increase timeout in Baro-Drift test
timeout was being hit on the autotest server Also wait_disarmed isntead of wait for statustext You get a bit more information about what's going on this way
This commit is contained in:
parent
85b4ee289e
commit
13d5b00a22
|
@ -3334,7 +3334,7 @@ function'''
|
|||
# Wait for landing waypoint (second attempt)
|
||||
self.wait_current_waypoint(9, timeout=1200)
|
||||
|
||||
self.wait_statustext("Auto disarmed", timeout=120)
|
||||
self.wait_disarmed(timeout=180)
|
||||
|
||||
def DCMFallback(self):
|
||||
self.reboot_sitl()
|
||||
|
|
Loading…
Reference in New Issue