HBASE-16418 Reduce duration of sleep waiting for region reopen in IntegrationTestBulkLoad#installSlowingCoproc()
This commit is contained in:
parent
6976a7b312
commit
8d93b62f04
|
@ -206,9 +206,6 @@ public class IntegrationTestBulkLoad extends IntegrationTestBase {
|
|||
HTableDescriptor desc = admin.getTableDescriptor(t);
|
||||
desc.addCoprocessor(SlowMeCoproScanOperations.class.getName());
|
||||
HBaseTestingUtility.modifyTableSync(admin, desc);
|
||||
//sleep for sometime. Hope is that the regions are closed/opened before
|
||||
//the sleep returns. TODO: do this better
|
||||
Thread.sleep(30000);
|
||||
}
|
||||
|
||||
@Test
|
||||
|
|
Loading…
Reference in New Issue