From 42175706a2c47ce5d253a07d3da33a7961b470e7 Mon Sep 17 00:00:00 2001 From: farhang Date: Fri, 12 Dec 2025 20:24:20 -0500 Subject: [PATCH] test: increase altitude tolerance further to 0.3m --- test/mavsdk_tests/test_multicopter_basics.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/mavsdk_tests/test_multicopter_basics.cpp b/test/mavsdk_tests/test_multicopter_basics.cpp index 57b71cdfa0..427e69c03f 100644 --- a/test/mavsdk_tests/test_multicopter_basics.cpp +++ b/test/mavsdk_tests/test_multicopter_basics.cpp @@ -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;