autotest: extend time allowed for RTL for simplemode test

This commit is contained in:
Peter Barker 2021-02-12 20:27:48 +11:00 committed by Peter Barker
parent 9120882e9e
commit a4a5d52c35
1 changed files with 1 additions and 1 deletions

View File

@ -1556,7 +1556,7 @@ class AutoTestCopter(AutoTest):
# hover in place
self.hover()
self.do_RTL()
self.do_RTL(timeout=500)
# fly_super_simple - flies a circle around home for 45 seconds
def fly_super_simple(self, timeout=45):