diff --git a/src/modules/ekf2/EKF2.cpp b/src/modules/ekf2/EKF2.cpp index 0935a31608..9ce6f31e75 100644 --- a/src/modules/ekf2/EKF2.cpp +++ b/src/modules/ekf2/EKF2.cpp @@ -2461,7 +2461,7 @@ void EKF2::UpdateCalibration(const hrt_abstime ×tamp, InFlightCalibration & cal.total_time_us += timestamp - cal.last_us; } - if (cal.total_time_us > 30_s) { + if (cal.total_time_us > 10_s) { cal.cal_available = true; }