HBASE-20409 Set hbase.client.meta.operation.timeout in TestClientOperationTimeout

Signed-off-by: Ted Yu <yuzhihong@gmail.com>
This commit is contained in:
Peter Somogyi 2018-04-13 13:57:14 +02:00
parent 0a31ea4858
commit 125767b44e
1 changed files with 1 additions and 0 deletions

View File

@ -84,6 +84,7 @@ public class TestClientOperationTimeout {
@BeforeClass
public static void setUpClass() throws Exception {
TESTING_UTIL.getConfiguration().setLong(HConstants.HBASE_CLIENT_OPERATION_TIMEOUT, 500);
TESTING_UTIL.getConfiguration().setLong(HConstants.HBASE_CLIENT_META_OPERATION_TIMEOUT, 500);
TESTING_UTIL.getConfiguration().setLong(HConstants.HBASE_CLIENT_SCANNER_TIMEOUT_PERIOD, 500);
TESTING_UTIL.getConfiguration().setLong(HConstants.HBASE_CLIENT_RETRIES_NUMBER, 1);