Repository: hbase
Updated Branches:
  refs/heads/0.98 6e54ac352 -> f982f50f5


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/f982f50f
Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/f982f50f
Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/f982f50f

Branch: refs/heads/0.98
Commit: f982f50f53ac96f796cf1905b62ecfd0168bdb66
Parents: 6e54ac3
Author: Phil Yang <[email protected]>
Authored: Mon Jul 25 12:57:51 2016 +0800
Committer: zhangduo <[email protected]>
Committed: Tue Jul 26 11:02:14 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/f982f50f/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 5935045..b50439a 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
@@ -72,8 +72,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 byte[] tableName = Bytes.toBytes("test");
   private static final byte[] famName = Bytes.toBytes("f");

Reply via email to