HBASE-19685 Fix TestFSErrorsExposed#testFullSystemBubblesFSErrors by increasing scanner timeout.

Signed-off-by: Apekshit Sharma <appy@apache.org>
This commit is contained in:
Chia-Ping Tsai 2018-01-11 10:27:18 -08:00 committed by Apekshit Sharma
parent 6f1dd258b1
commit 0ef6530aa1
1 changed files with 1 additions and 1 deletions

View File

@ -183,7 +183,7 @@ public class TestFSErrorsExposed {
try { try {
// Make it fail faster. // Make it fail faster.
util.getConfiguration().setInt(HConstants.HBASE_CLIENT_RETRIES_NUMBER, 1); util.getConfiguration().setInt(HConstants.HBASE_CLIENT_RETRIES_NUMBER, 1);
util.getConfiguration().setInt(HConstants.HBASE_CLIENT_SCANNER_TIMEOUT_PERIOD, 90000);
util.startMiniCluster(1); util.startMiniCluster(1);
TableName tableName = TableName.valueOf("table"); TableName tableName = TableName.valueOf("table");
byte[] fam = Bytes.toBytes("fam"); byte[] fam = Bytes.toBytes("fam");