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 knikhilwiz committed Jul 12, 2020
1 parent 21c0cd1 commit dab80f1
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 dab80f1

Please sign in to comment.