diff --git a/Tools/autotest/common.py b/Tools/autotest/common.py index 8e1c4b0a14..2ca04232f5 100644 --- a/Tools/autotest/common.py +++ b/Tools/autotest/common.py @@ -5930,7 +5930,7 @@ Also, ignores heartbeats not from our target system''' while True: if self.get_sim_time_cached() - tstart > timeout: raise NotAchievedException("Cannot receive enough MAG_CAL_PROGRESS") - m = self.mav.recv_match(type=["MAG_CAL_PROGRESS", "MAG_CAL_REPORT"], blocking=True, timeout=5) + m = self.mav.recv_match(type=["MAG_CAL_PROGRESS", "MAG_CAL_REPORT"], blocking=True, timeout=10) if m.get_type() == "MAG_CAL_REPORT": if report_get[m.compass_id] == 0: self.progress("Report: %s" % str(m))