mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-22 22:32:11 +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
|
||||
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()
|
||||
|
||||
Reference in New Issue
Block a user