From fe6c4d9290f6095b3ed6cb10a1d1080fa048823a Mon Sep 17 00:00:00 2001 From: Samuel Tabor Date: Wed, 29 Jul 2020 00:20:30 +0100 Subject: [PATCH] autotest: Update for THERMAL mode. --- Tools/autotest/arduplane.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tools/autotest/arduplane.py b/Tools/autotest/arduplane.py index fcdd6ebd1c..e2790141ed 100644 --- a/Tools/autotest/arduplane.py +++ b/Tools/autotest/arduplane.py @@ -1755,7 +1755,7 @@ class AutoTestPlane(AutoTest): # Wait to detect thermal self.progress("Waiting for thermal") - self.wait_mode('LOITER',timeout=600) + self.wait_mode(24,timeout=600) # Wait to climb to SOAR_ALT_MAX self.progress("Waiting for climb to max altitude")