Test fix for broke TestSplitTransactionOnCluster on hudson

git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1066335 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Michael Stack 2011-02-02 06:01:28 +00:00
parent 6b30bf2a09
commit 3a4f0f3bf1
1 changed files with 2 additions and 1 deletions

View File

@ -60,6 +60,7 @@ public class TestSplitTransactionOnCluster {
new HBaseTestingUtility();
@BeforeClass public static void before() throws Exception {
TESTING_UTIL.getConfiguration().setInt("hbase.balancer.period", 60000);
TESTING_UTIL.startMiniCluster(2);
}
@ -289,4 +290,4 @@ public class TestSplitTransactionOnCluster {
LOG.info(prefix + region.getRegionNameAsString());
}
}
}
}