HBASE-13617 TestReplicaWithCluster.testChangeTable timeout (Stephen Yuan Jiang)

This commit is contained in:
stack 2015-05-04 17:15:35 -07:00
parent 0e76cf5be4
commit 86a5e3b4e3
1 changed files with 1 additions and 1 deletions

View File

@ -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);