From c04f686ce75a60ef96bc4895ccf883f1e8571f6d Mon Sep 17 00:00:00 2001 From: Randy Mackay Date: Mon, 5 Oct 2020 20:44:09 +0900 Subject: [PATCH] Tools: extend copter NavDelay test by 80sec s-curves slows missions slightly --- 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 e87bea954d..855f572e8d 100644 --- a/Tools/autotest/arducopter.py +++ b/Tools/autotest/arducopter.py @@ -2609,7 +2609,7 @@ class AutoTestCopter(AutoTest): last_seq = None while self.armed(): # we RTL at end of mission now = self.get_sim_time_cached() - if now - tstart > 120: + if now - tstart > 200: raise AutoTestTimeoutException("Did not disarm as expected") m = self.mav.recv_match(type='MISSION_CURRENT', blocking=True) at_delay_item = ""