From 34517349db09ec97932ad6c6dd77dab7271b623b Mon Sep 17 00:00:00 2001 From: rmackay9 Date: Tue, 14 Aug 2012 11:25:10 +0900 Subject: [PATCH] AutoTest: update failsafe timeout to 180 to give it more time to pass. --- Tools/autotest/arducopter.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tools/autotest/arducopter.py b/Tools/autotest/arducopter.py index bc82c21035..6896d71671 100644 --- a/Tools/autotest/arducopter.py +++ b/Tools/autotest/arducopter.py @@ -180,7 +180,7 @@ def fly_RTL(mavproxy, mav, side=60, timeout=250): return True return True -def fly_failsafe(mavproxy, mav, side=60, timeout=120): +def fly_failsafe(mavproxy, mav, side=60, timeout=180): '''Fly, Failsafe, return, land''' mavproxy.send('switch 6\n') wait_mode(mav, 'STABILIZE')