diff --git a/opentripplanner-routing/src/main/java/org/opentripplanner/routing/impl/raptor/TargetBound.java b/opentripplanner-routing/src/main/java/org/opentripplanner/routing/impl/raptor/TargetBound.java index 7d19f0842d7..60f72015c03 100644 --- a/opentripplanner-routing/src/main/java/org/opentripplanner/routing/impl/raptor/TargetBound.java +++ b/opentripplanner-routing/src/main/java/org/opentripplanner/routing/impl/raptor/TargetBound.java @@ -72,7 +72,7 @@ public class TargetBound implements SearchTerminationStrategy, SkipTraverseResul * Setting this lower will cut off some less-walking more-time paths. * Setting it higher will slow down the search a lot. */ - private double timeBoundFactor = 1.5; + private double timeBoundFactor = 2; private List previousArrivalTime = new ArrayList();