test: increase altitude tolerance further to 0.3m

This commit is contained in:
farhang 2025-12-12 20:24:20 -05:00
parent f33a362740
commit 42175706a2

View File

@ -40,7 +40,7 @@
TEST_CASE("Takeoff and hold position", "[multicopter][vtol]")
{
const float takeoff_altitude = 10.f;
const float altitude_tolerance = 0.15f;
const float altitude_tolerance = 0.2f;
const int delay_seconds = 60.f;
AutopilotTester tester;