SITL offboard ATT test reduce Z boundary requirement

- fixes #12155
This commit is contained in:
Daniel Agar 2019-06-03 12:31:12 -04:00 committed by GitHub
parent 755eccbe60
commit 2d1c60bc85
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -104,7 +104,7 @@ class MavrosOffboardAttctlTest(MavrosTestCommon):
# boundary to cross
boundary_x = 200
boundary_y = 100
boundary_z = 50
boundary_z = 20
# make sure the simulation is ready to start the mission
self.wait_for_topics(60)