fix a test failure by increasing waiting time

This commit is contained in:
other 2023-01-30 19:20:39 -06:00
parent 76207257bb
commit ef9441404a
1 changed files with 1 additions and 1 deletions

View File

@ -141,7 +141,7 @@ public class TestLruBlockCache {
}
// wait until at least one eviction has run
Waiter.waitFor(CONF, 30000, 200, new ExplainingPredicate<Exception>() {
Waiter.waitFor(CONF, 31000, 200, new ExplainingPredicate<Exception>() {
@Override
public boolean evaluate() throws Exception {