tests: increase timeout for armable check

This commit is contained in:
Jacob Dahl
2024-11-04 15:54:22 -09:00
committed by Daniel Agar
parent ee79d4cdfc
commit ed3cac9122
+1 -1
View File
@@ -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()