mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-10 18:08:30 -04:00
Tools: autotest: increase timeout waiting for MISSION_COUNT
This commit is contained in:
parent
1ef6204c1d
commit
f896af6800
@ -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…
Reference in New Issue
Block a user