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
1 changed files with 1 additions and 1 deletions

View File

@ -6377,7 +6377,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 > 10:
if t2 - tstart > 60:
raise AutoTestTimeoutException("Failed to get frsky data")
frsky.update()
for want in wants_copy: