Skip to content

Commit

Permalink
autotest: increase timeout for GCSMission upload test
Browse files Browse the repository at this point in the history
MAVProxy may not have gotten all of the waypoints uploaded in 5 seconds.
  • Loading branch information
peterbarker committed Jul 9, 2024
1 parent 481e030 commit 0cf357e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tools/autotest/rover.py
Original file line number Diff line number Diff line change
Expand Up @@ -3696,7 +3696,7 @@ def GCSMission(self):
# oldalt = downloaded_items[changealt_item].z
want_newalt = 37.2
mavproxy.send('wp changealt %u %f\n' % (changealt_item, want_newalt))
self.delay_sim_time(5)
self.delay_sim_time(15)
downloaded_items = self.download_using_mission_protocol(mavutil.mavlink.MAV_MISSION_TYPE_MISSION)
if abs(downloaded_items[changealt_item].z - want_newalt) > 0.0001:
raise NotAchievedException(
Expand Down

0 comments on commit 0cf357e

Please sign in to comment.