ndimiduk commented on code in PR #5002:
URL: https://github.com/apache/hbase/pull/5002#discussion_r1149252727


##########
hbase-server/src/test/java/org/apache/hadoop/hbase/io/hfile/TestLruBlockCache.java:
##########
@@ -141,7 +141,7 @@ public void testBackgroundEvictionThread() throws Exception 
{
     }
 
     // wait until at least one eviction has run
-    Waiter.waitFor(CONF, 30000, 200, new ExplainingPredicate<Exception>() {
+    Waiter.waitFor(CONF, 31000, 200, new ExplainingPredicate<Exception>() {

Review Comment:
   This fix is entirely dependent on the runtime environment. Can we instead 
monitor some event or side effect to improve test robustness?



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to