mirror of
https://gitee.com/xiaohuolufeihua/bizhang_-obav.git
synced 2026-05-21 01:12:11 +00:00
mavsdk_tests: wait even longer
Again, hopefully that's enough.
This commit is contained in:
@@ -46,7 +46,7 @@ TEST_CASE("Offboard takeoff and land", "[multicopter][offboard][nogps]")
|
||||
std::chrono::seconds goto_timeout = std::chrono::seconds(90);
|
||||
tester.offboard_goto(takeoff_position, 0.1f, goto_timeout);
|
||||
tester.offboard_land();
|
||||
tester.wait_until_disarmed(goto_timeout);
|
||||
tester.wait_until_disarmed(std::chrono::seconds(120));
|
||||
tester.check_home_within(1.0f);
|
||||
}
|
||||
|
||||
@@ -68,6 +68,6 @@ TEST_CASE("Offboard position control", "[multicopter][offboard][nogps]")
|
||||
tester.offboard_goto(setpoint_3, 0.1f, goto_timeout);
|
||||
tester.offboard_goto(takeoff_position, 0.1f, goto_timeout);
|
||||
tester.offboard_land();
|
||||
tester.wait_until_disarmed(goto_timeout);
|
||||
tester.wait_until_disarmed(std::chrono::seconds(120));
|
||||
tester.check_home_within(1.0f);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user