Browse Source

autotest: allow much more time for frsky test to finish

parameters don't seem to come down very fast at all
zr-v5.1
Peter Barker 5 years ago committed by Peter Barker
parent
commit
ac827cf45b
  1. 2
      Tools/autotest/common.py

2
Tools/autotest/common.py

@ -6425,7 +6425,7 @@ switch value''' @@ -6425,7 +6425,7 @@ switch value'''
self.progress("Still wanting (%s)" % ",".join([ ("0x%02x" % x) for x in wants.keys()]))
wants_copy = copy.copy(wants)
t2 = self.get_sim_time_cached()
if t2 - tstart > 60:
if t2 - tstart > 300:
raise AutoTestTimeoutException("Failed to get frsky data")
frsky.update()
for want in wants_copy:

Loading…
Cancel
Save