Skip to content

Commit

Permalink
[network] Fix the failing test (openhab#7982)
Browse files Browse the repository at this point in the history
Fix openhab#7980

Signed-off-by: Laurent Garnier <[email protected]>
  • Loading branch information
lolodomo authored and andrewfg committed Aug 31, 2020
1 parent 3a8b4b1 commit 51e645e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ public void testExpiring() {
verify(u, times(0)).requestCacheUpdate();
// Wait
try {
Thread.sleep(100);
Thread.sleep(101);
} catch (InterruptedException ignored) {
return;
}
Expand Down

0 comments on commit 51e645e

Please sign in to comment.