From 5dc228a8760ae729a090d2d9d9a214a371d931a6 Mon Sep 17 00:00:00 2001 From: lolodomo Date: Tue, 23 Jun 2020 23:29:47 +0200 Subject: [PATCH] [network] Fix the failing test (#7982) Fix #7980 Signed-off-by: Laurent Garnier Signed-off-by: CSchlipp --- .../internal/toberemoved/cache/ExpiringCacheAsyncTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bundles/org.openhab.binding.network/src/test/java/org/openhab/binding/network/internal/toberemoved/cache/ExpiringCacheAsyncTest.java b/bundles/org.openhab.binding.network/src/test/java/org/openhab/binding/network/internal/toberemoved/cache/ExpiringCacheAsyncTest.java index 4566d93542674..f577e7f283dae 100644 --- a/bundles/org.openhab.binding.network/src/test/java/org/openhab/binding/network/internal/toberemoved/cache/ExpiringCacheAsyncTest.java +++ b/bundles/org.openhab.binding.network/src/test/java/org/openhab/binding/network/internal/toberemoved/cache/ExpiringCacheAsyncTest.java @@ -78,7 +78,7 @@ public void testExpiring() { verify(u, times(0)).requestCacheUpdate(); // Wait try { - Thread.sleep(100); + Thread.sleep(101); } catch (InterruptedException ignored) { return; }