Skip to content

Commit

Permalink
Modify RedisCacheTest.testSize()
Browse files Browse the repository at this point in the history
  • Loading branch information
alexxiyang committed Nov 26, 2018
1 parent 0d727e2 commit 1aa0741
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/java/org/crazycake/shiro/RedisCacheTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ public void testPut() {
public void testSize() throws InterruptedException {
doPutAuth(redisCache, user1);
doPutAuth(redisCache, user2);
Thread.sleep(500);
Thread.sleep(800);
assertEquals(redisCache.size(), 2);
}

Expand Down

0 comments on commit 1aa0741

Please sign in to comment.