Skip to content

Commit

Permalink
reduce expire time for CacheManagerTest.testCacheExpire()
Browse files Browse the repository at this point in the history
Change-Id: I9588f2df9a6db197dcd0d35c98b7d99993a9aabf
  • Loading branch information
zhoney committed May 20, 2021
1 parent 93bfff6 commit 1ae39a7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ public void testCacheListModify() {
@Test
public void testCacheExpire() {
Cache<Id, Object> cache1 = new RamCache();
cache1.expire(28 * 1000L);
cache1.expire(26 * 1000L);

Cache<Id, Object> cache2 = new RamCache();
cache2.expire(0);
Expand Down

0 comments on commit 1ae39a7

Please sign in to comment.