Browse Source

Tools: autotest FRSkyPassThrough increased timeout to let the test complete

c415-sdk
yaapu 5 years ago committed by Peter Barker
parent
commit
0cbff6ac66
  1. 2
      Tools/autotest/common.py

2
Tools/autotest/common.py

@ -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…
Cancel
Save