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]>
Signed-off-by: CSchlipp <[email protected]>
  • Loading branch information
lolodomo authored and CSchlipp committed Jul 26, 2020
1 parent f5ae324 commit 5dc228a
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 5dc228a

Please sign in to comment.