mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
mavsdk_tests: without speedup the VTOL takes time
This commit is contained in:
parent
b4916fdecb
commit
c61cd10db5
@ -89,7 +89,7 @@ void AutopilotTester::wait_until_disarmed()
|
||||
void AutopilotTester::wait_until_hovering()
|
||||
{
|
||||
REQUIRE(poll_condition_with_timeout(
|
||||
[this]() { return _telemetry->landed_state() == Telemetry::LandedState::IN_AIR; }, std::chrono::seconds(10)));
|
||||
[this]() { return _telemetry->landed_state() == Telemetry::LandedState::IN_AIR; }, std::chrono::seconds(20)));
|
||||
}
|
||||
|
||||
void AutopilotTester::prepare_square_mission(MissionOptions mission_options)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user