diff --git a/routing_algorithms/map_matching.hpp b/routing_algorithms/map_matching.hpp index 80fe49cce..580e9d980 100644 --- a/routing_algorithms/map_matching.hpp +++ b/routing_algorithms/map_matching.hpp @@ -60,7 +60,7 @@ using HMM = HiddenMarkovModel; using SubMatchingList = std::vector; constexpr static const unsigned MAX_BROKEN_STATES = 6; -constexpr static const unsigned MAX_BROKEN_TIME = 30; +constexpr static const unsigned MAX_BROKEN_TIME = 60; constexpr static const double default_beta = 10.0; constexpr static const double default_sigma_z = 4.07;