Skip to content

Commit 22bfb92

Browse files
committed
Add unit test sleep time
1 parent e898f38 commit 22bfb92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jetcache-test/src/main/java/com/alicp/jetcache/test/AbstractCacheTest.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -765,7 +765,7 @@ private static void penetrationProtectTestWithComputeIfAbsent(Cache cache) throw
765765
@Override
766766
public Object apply(Object k) {
767767
try {
768-
Thread.sleep(50);
768+
Thread.sleep(100);
769769
} catch (InterruptedException e) {
770770
throw new RuntimeException(e);
771771
}

0 commit comments

Comments
 (0)