mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-09 17:38:32 -04:00
Tools: autotest FRSkyPassThrough increased timeout to let the test complete
This commit is contained in:
parent
75b621a09f
commit
0cbff6ac66
@ -6377,7 +6377,7 @@ switch value'''
|
|||||||
self.progress("Still wanting (%s)" % ",".join([ ("0x%02x" % x) for x in wants.keys()]))
|
self.progress("Still wanting (%s)" % ",".join([ ("0x%02x" % x) for x in wants.keys()]))
|
||||||
wants_copy = copy.copy(wants)
|
wants_copy = copy.copy(wants)
|
||||||
t2 = self.get_sim_time_cached()
|
t2 = self.get_sim_time_cached()
|
||||||
if t2 - tstart > 10:
|
if t2 - tstart > 60:
|
||||||
raise AutoTestTimeoutException("Failed to get frsky data")
|
raise AutoTestTimeoutException("Failed to get frsky data")
|
||||||
frsky.update()
|
frsky.update()
|
||||||
for want in wants_copy:
|
for want in wants_copy:
|
||||||
|
Loading…
Reference in New Issue
Block a user