From b9ac07a4b1b7cd071b5686d96352d83e0b5c4cef Mon Sep 17 00:00:00 2001 From: Bill Geyer Date: Mon, 15 Apr 2024 19:57:06 -0400 Subject: [PATCH] Tools: helicopter.py -attempt to fix timeout error --- Tools/autotest/helicopter.py | 1 + 1 file changed, 1 insertion(+) diff --git a/Tools/autotest/helicopter.py b/Tools/autotest/helicopter.py index 537e467bfe97a7..d2f7eb77d03ff0 100644 --- a/Tools/autotest/helicopter.py +++ b/Tools/autotest/helicopter.py @@ -1022,6 +1022,7 @@ def AutoTune(self): self.delay_sim_time(10) self.disarm_vehicle() continue + raise NotAchievedException("AUTOTUNE failed (%u seconds)" % (self.get_sim_time() - tstart))