Browse Source

Tools: autotest: increase timeout waiting for MISSION_COUNT

mission-4.1.18
Peter Barker 6 years ago committed by Peter Barker
parent
commit
f896af6800
  1. 2
      Tools/autotest/common.py

2
Tools/autotest/common.py

@ -2168,7 +2168,7 @@ class AutoTest(ABC):
while True: while True:
m = self.mav.recv_match(type='MISSION_COUNT', m = self.mav.recv_match(type='MISSION_COUNT',
blocking=True, blocking=True,
timeout=1) timeout=5)
self.progress(str(m)) self.progress(str(m))
if m is None: if m is None:
raise NotAchievedException("Did not get MISSION_COUNT response") raise NotAchievedException("Did not get MISSION_COUNT response")

Loading…
Cancel
Save