Browse Source

autotest: increase allowed time for receiving ack to compass-cal cmd

Saw an instance of this timeout happening on the server
master
Peter Barker 5 years ago committed by Peter Barker
parent
commit
ec9eaeab10
  1. 2
      Tools/autotest/arducopter.py

2
Tools/autotest/arducopter.py

@ -3072,7 +3072,7 @@ class AutoTestCopter(AutoTest): @@ -3072,7 +3072,7 @@ class AutoTestCopter(AutoTest):
0,
0,
0,
timeout=1)
timeout=2)
tstart = self.get_sim_time()
last_twist_time = 0
while True:

Loading…
Cancel
Save