Skip to content

Commit

Permalink
autotest: timeout in wallclock time in config error loop test
Browse files Browse the repository at this point in the history
SYSTEM_TIME is not sent in config error loop
  • Loading branch information
peterbarker committed Jun 23, 2021
1 parent 183cee3 commit 6a8ca9e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Tools/autotest/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -7811,7 +7811,8 @@ def test_config_error_loop(self):

self.reboot_sitl(required_bootcount=1)
self.progress("Waiting for 'Config error'")
self.wait_statustext("Config error")
# SYSTEM_TIME not sent in config error loop:
self.wait_statustext("Config error", wallclock_timeout=True)
self.progress("Setting %s to %f" % (parameter_name, new_parameter_value))
self.set_parameter(parameter_name, new_parameter_value)
except Exception as e:
Expand Down

0 comments on commit 6a8ca9e

Please sign in to comment.