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:
Peter Barker 2019-10-18 11:01:03 +11:00 committed by Andrew Tridgell
parent d6e3c6b261
commit a2eb1eddc2

View File

@ -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: