HBASE-13617 TestReplicaWithCluster.testChangeTable timeout (Stephen Yuan Jiang)
This commit is contained in:
parent
0e76cf5be4
commit
86a5e3b4e3
|
@ -166,7 +166,7 @@ public class TestReplicaWithCluster {
|
|||
HTU.deleteTable(hdt.getTableName());
|
||||
}
|
||||
|
||||
@Test (timeout=30000)
|
||||
@Test (timeout=120000)
|
||||
public void testChangeTable() throws Exception {
|
||||
HTableDescriptor hdt = HTU.createTableDescriptor("testChangeTable");
|
||||
hdt.setRegionReplication(NB_SERVERS);
|
||||
|
|
Loading…
Reference in New Issue