mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-28 02:36:37 +08:00
tests: increase timeout for armable check
This commit is contained in:
@@ -96,7 +96,7 @@ void AutopilotTester::wait_until_ready()
|
|||||||
|
|
||||||
// Wait until we can arm
|
// Wait until we can arm
|
||||||
CHECK(poll_condition_with_timeout(
|
CHECK(poll_condition_with_timeout(
|
||||||
[this]() { return _telemetry->health().is_armable; }, std::chrono::seconds(20)));
|
[this]() { return _telemetry->health().is_armable; }, std::chrono::seconds(45)));
|
||||||
}
|
}
|
||||||
|
|
||||||
void AutopilotTester::store_home()
|
void AutopilotTester::store_home()
|
||||||
|
|||||||
Reference in New Issue
Block a user