Tools: autotest FRSkyPassThrough increased timeout to let the test complete

This commit is contained in:
yaapu 2020-07-02 11:04:18 +02:00 committed by Peter Barker
parent 75b621a09f
commit 0cbff6ac66

View File

@ -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: