Skip to content

Commit 34e90f3

Browse files
committed
test new config
1 parent 271dddf commit 34e90f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hbase-server/src/test/java/org/apache/hadoop/hbase/master/balancer/TestStochasticLoadBalancerBalanceCluster.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ public class TestStochasticLoadBalancerBalanceCluster extends BalancerTestBase {
5151
*/
5252
@Test
5353
public void testBalanceCluster() throws Exception {
54-
conf.setLong("hbase.master.balancer.stochastic.maxRunningTime", 600 * 1000); // 300 sec
54+
conf.setLong("hbase.master.balancer.stochastic.maxRunningTime", 800 * 1000); // 800 sec
5555
conf.setFloat("hbase.master.balancer.stochastic.maxMovePercent", 1.0f);
5656
loadBalancer.setConf(conf);
5757
for (int[] mockCluster : clusterStateMocks) {

0 commit comments

Comments
 (0)