mirror of https://github.com/ArduPilot/ardupilot
Tools: autotest: increase timeout allowed for getting first nav-controller-output message
This commit is contained in:
parent
f71f100d6a
commit
fcff818a23
|
@ -456,7 +456,7 @@ Brakes have negligible effect (with=%0.2fm without=%0.2fm delta=%0.2fm)
|
|||
|
||||
m = self.mav.recv_match(type='NAV_CONTROLLER_OUTPUT',
|
||||
blocking=True,
|
||||
timeout=0.1)
|
||||
timeout=1)
|
||||
if m is None:
|
||||
raise MsgRcvTimeoutException(
|
||||
"Did not receive NAV_CONTROLLER_OUTPUT message")
|
||||
|
|
Loading…
Reference in New Issue