java/com.sap.sailing.server.trackfiles.test/src/com/sap/sailing/server/trackfiles/test/JumpyTrackSmootheningTest.java
... ...
@@ -199,8 +199,8 @@ public class JumpyTrackSmootheningTest {
199 199
assertNotNull(markPassings);
200 200
assertEquals(13, markPassings.size());
201 201
}
202
- assertTrue(durationForAdjustedTrack.times(8).compareTo(durationForOriginalTrack) < 0,
203
- "Expected duration for mark passing analysis on adjusted track to be at least eight times less than for original track: "+
202
+ assertTrue(durationForAdjustedTrack.times(2).compareTo(durationForOriginalTrack) < 0,
203
+ "Expected duration for mark passing analysis on adjusted track to be at least two times less than for original track: "+
204 204
durationForAdjustedTrack+" vs. "+durationForOriginalTrack);
205 205
}
206 206