Repository: hbase Updated Branches: refs/heads/branch-1 f35b2c45d -> 7e5b93109
HBASE-16281 TestMasterReplication is flaky Signed-off-by: zhangduo <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/7e5b9310 Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/7e5b9310 Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/7e5b9310 Branch: refs/heads/branch-1 Commit: 7e5b9310963156d39ffe849ff41cf3a5c14ff75a Parents: f35b2c4 Author: Phil Yang <[email protected]> Authored: Mon Jul 25 12:57:51 2016 +0800 Committer: zhangduo <[email protected]> Committed: Tue Jul 26 11:00:43 2016 +0800 ---------------------------------------------------------------------- .../apache/hadoop/hbase/replication/TestMasterReplication.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hbase/blob/7e5b9310/hbase-server/src/test/java/org/apache/hadoop/hbase/replication/TestMasterReplication.java ---------------------------------------------------------------------- diff --git a/hbase-server/src/test/java/org/apache/hadoop/hbase/replication/TestMasterReplication.java b/hbase-server/src/test/java/org/apache/hadoop/hbase/replication/TestMasterReplication.java index c7b30aa..ffa3e42 100644 --- a/hbase-server/src/test/java/org/apache/hadoop/hbase/replication/TestMasterReplication.java +++ b/hbase-server/src/test/java/org/apache/hadoop/hbase/replication/TestMasterReplication.java @@ -87,8 +87,8 @@ public class TestMasterReplication { private Configuration[] configurations; private MiniZooKeeperCluster miniZK; - private static final long SLEEP_TIME = 500; - private static final int NB_RETRIES = 10; + private static final long SLEEP_TIME = 1000; + private static final int NB_RETRIES = 120; private static final TableName tableName = TableName.valueOf("test"); private static final byte[] famName = Bytes.toBytes("f");
