Skip to content

Commit 1aa0741

Browse files
committed
Modify RedisCacheTest.testSize()
1 parent 0d727e2 commit 1aa0741

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/org/crazycake/shiro/RedisCacheTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ public void testPut() {
9999
public void testSize() throws InterruptedException {
100100
doPutAuth(redisCache, user1);
101101
doPutAuth(redisCache, user2);
102-
Thread.sleep(500);
102+
Thread.sleep(800);
103103
assertEquals(redisCache.size(), 2);
104104
}
105105

0 commit comments

Comments
 (0)