Skip to content

Commit

Permalink
Add unit test sleep time
Browse files Browse the repository at this point in the history
  • Loading branch information
areyouok committed Mar 1, 2020
1 parent e898f38 commit 22bfb92
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -765,7 +765,7 @@ private static void penetrationProtectTestWithComputeIfAbsent(Cache cache) throw
@Override
public Object apply(Object k) {
try {
Thread.sleep(50);
Thread.sleep(100);
} catch (InterruptedException e) {
throw new RuntimeException(e);
}
Expand Down

0 comments on commit 22bfb92

Please sign in to comment.