No effective change - test await on l2 cache statistics

This commit is contained in:
Robin Bygrave
2016-05-06 17:07:02 +12:00
parent 4e9e11ac34
commit 7f546afdca
@@ -186,6 +186,8 @@ public class TestReadAudit extends BaseTestCase {
.where().startsWith("shortDescription", "readAudit")
.findList();
awaitL2Cache();
statistics = queryCache.getStatistics(false);
assertThat(statistics.getSize()).isEqualTo(1);
assertThat(statistics.getHitCount()).isEqualTo(1);