HBASE-18155 TestMasterProcedureWalLease is flakey

This commit is contained in:
Michael Stack 2017-06-03 12:55:14 -07:00
parent 118429cbac
commit e65d8653e5
1 changed files with 1 additions and 1 deletions

View File

@ -76,7 +76,7 @@ public class TestMasterProcedureWalLease {
@Before
public void setup() throws Exception {
setupConf(UTIL.getConfiguration());
UTIL.startMiniCluster(2, 2);
UTIL.startMiniCluster(2, 3);
}
@After