rmdmattingly commented on code in PR #6593: URL: https://github.com/apache/hbase/pull/6593#discussion_r1909416136
########## hbase-balancer/src/test/java/org/apache/hadoop/hbase/master/balancer/TestStochasticLoadBalancerBalanceCluster.java: ########## @@ -51,6 +51,7 @@ public class TestStochasticLoadBalancerBalanceCluster extends StochasticBalancer */ @Test public void testBalanceCluster() throws Exception { + conf.setLong("hbase.master.balancer.stochastic.maxRunningTime", 10_000); Review Comment: I made a lot of changes like this, wherever I could, to speed up our balancer test suite. We made a lot of assumptions that the balancer should run for 30s here, 60s here, and while the round numbers or less configuration is nice when writing tests, that runtime really adds up when running the whole suite locally -- 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: issues-unsubscr...@hbase.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org