diff --git a/Tools/autotest/common.py b/Tools/autotest/common.py index e81d020127..c8c0a16e93 100644 --- a/Tools/autotest/common.py +++ b/Tools/autotest/common.py @@ -6377,7 +6377,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 > 10: + if t2 - tstart > 60: raise AutoTestTimeoutException("Failed to get frsky data") frsky.update() for want in wants_copy: