mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-10 09:58:28 -04:00
autotest: increase allowed time for receiving ack to compass-cal cmd
Saw an instance of this timeout happening on the server
This commit is contained in:
parent
d6e3c6b261
commit
a2eb1eddc2
@ -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…
Reference in New Issue
Block a user