Return-Path: X-Original-To: apmail-accumulo-commits-archive@www.apache.org Delivered-To: apmail-accumulo-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 9BAC517F5A for ; Thu, 23 Oct 2014 18:58:19 +0000 (UTC) Received: (qmail 33149 invoked by uid 500); 23 Oct 2014 18:58:19 -0000 Delivered-To: apmail-accumulo-commits-archive@accumulo.apache.org Received: (qmail 33040 invoked by uid 500); 23 Oct 2014 18:58:19 -0000 Mailing-List: contact commits-help@accumulo.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@accumulo.apache.org Delivered-To: mailing list commits@accumulo.apache.org Received: (qmail 32939 invoked by uid 99); 23 Oct 2014 18:58:19 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 23 Oct 2014 18:58:19 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 1AB111F208; Thu, 23 Oct 2014 18:58:19 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: elserj@apache.org To: commits@accumulo.apache.org Date: Thu, 23 Oct 2014 18:58:26 -0000 Message-Id: <3e2acd03ebc44322a68d80ee8cf29ff7@git.apache.org> In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [9/9] git commit: ACCUMULO-3249 Didn't wait long enough to check for expected condition ACCUMULO-3249 Didn't wait long enough to check for expected condition Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/eaaebdf3 Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/eaaebdf3 Diff: http://git-wip-us.apache.org/repos/asf/accumulo/diff/eaaebdf3 Branch: refs/heads/master Commit: eaaebdf33b7d26a0977d2df252851639726abcf0 Parents: 6512bfd Author: Josh Elser Authored: Thu Oct 23 12:26:15 2014 -0400 Committer: Josh Elser Committed: Thu Oct 23 12:26:15 2014 -0400 ---------------------------------------------------------------------- .../java/org/apache/accumulo/test/replication/ReplicationIT.java | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/accumulo/blob/eaaebdf3/test/src/test/java/org/apache/accumulo/test/replication/ReplicationIT.java ---------------------------------------------------------------------- diff --git a/test/src/test/java/org/apache/accumulo/test/replication/ReplicationIT.java b/test/src/test/java/org/apache/accumulo/test/replication/ReplicationIT.java index e8312df..fb96d7f 100644 --- a/test/src/test/java/org/apache/accumulo/test/replication/ReplicationIT.java +++ b/test/src/test/java/org/apache/accumulo/test/replication/ReplicationIT.java @@ -1199,6 +1199,8 @@ public class ReplicationIT extends ConfigurableMacIT { if (allClosed) { break; } + + UtilWaitThread.sleep(2000); } if (!allClosed) { @@ -1233,7 +1235,7 @@ public class ReplicationIT extends ConfigurableMacIT { break; } - UtilWaitThread.sleep(1000); + UtilWaitThread.sleep(2000); } if (!allClosed) {