diff --git a/routing/routing_integration_tests/pedestrian_route_test.cpp b/routing/routing_integration_tests/pedestrian_route_test.cpp index eb244ef321..f53a9a3b3d 100644 --- a/routing/routing_integration_tests/pedestrian_route_test.cpp +++ b/routing/routing_integration_tests/pedestrian_route_test.cpp @@ -97,7 +97,7 @@ UNIT_TEST(AustriaWein_AvoidTrunk) integration::CalculateRouteAndTestRouteLength( integration::GetPedestrianComponents(), MercatorBounds::FromLatLon(48.233, 16.3562), {0., 0.}, - MercatorBounds::FromLatLon(48.2458, 16.3704), 2145.); + MercatorBounds::FromLatLon(48.2458, 16.3704), 2301.); } UNIT_TEST(FranceParis_AvoidBridleway)