From ac827cf45b79a796cb6156fa07396538c4a929a3 Mon Sep 17 00:00:00 2001 From: Peter Barker Date: Sun, 19 Jul 2020 11:51:08 +1000 Subject: [PATCH] autotest: allow much more time for frsky test to finish parameters don't seem to come down very fast at all --- Tools/autotest/common.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tools/autotest/common.py b/Tools/autotest/common.py index 2fd71f7879..4e643a3d6f 100644 --- a/Tools/autotest/common.py +++ b/Tools/autotest/common.py @@ -6425,7 +6425,7 @@ switch value''' self.progress("Still wanting (%s)" % ",".join([ ("0x%02x" % x) for x in wants.keys()])) wants_copy = copy.copy(wants) t2 = self.get_sim_time_cached() - if t2 - tstart > 60: + if t2 - tstart > 300: raise AutoTestTimeoutException("Failed to get frsky data") frsky.update() for want in wants_copy: