mirror of
https://github.com/eclipse-sailing-analytics/sailing-analytics.git
synced 2026-09-22 21:55:39 +00:00
bug6127: first zero-warning/error JUnit5 workspace, including selenium tests
This commit is contained in:
-1
@@ -99,7 +99,6 @@ public class ShortTimeWindCacheTest {
|
||||
assertSame(oldResult, secondResult_2);
|
||||
final WindWithConfidence<Pair<Position, TimePoint>> thirdResult_2 = cache.getWindWithConfidence(p3, now, /* windSourcesToExclude */ null);
|
||||
assertSame(oldResult, thirdResult_2);
|
||||
|
||||
// now wait for the cache entries to be expired
|
||||
Thread.sleep(CACHE_ENTRY_LIFETIME_IN_MILLIS+1000l);
|
||||
final WindWithConfidence<Pair<Position, TimePoint>> firstResult_3 = cache.getWindWithConfidence(p1, now, /* windSourcesToExclude */ null);
|
||||
|
||||
Reference in New Issue
Block a user