HBASE-18155 TestMasterProcedureWalLease is flakey
This commit is contained in:
parent
118429cbac
commit
e65d8653e5
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue