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 4721E11D57 for ; Thu, 21 Aug 2014 22:27:10 +0000 (UTC) Received: (qmail 20072 invoked by uid 500); 21 Aug 2014 22:27:10 -0000 Delivered-To: apmail-accumulo-commits-archive@accumulo.apache.org Received: (qmail 20032 invoked by uid 500); 21 Aug 2014 22:27:10 -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 20008 invoked by uid 99); 21 Aug 2014 22:27:10 -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, 21 Aug 2014 22:27:10 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id D43F89C72CC; Thu, 21 Aug 2014 22:27:09 +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, 21 Aug 2014 22:27:10 -0000 Message-Id: <5f48614535be4cb1936d1b8a8e24c22d@git.apache.org> In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [2/9] git commit: ACCUMULO-3073 Increase the timeout a bit more ACCUMULO-3073 Increase the timeout a bit more Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/0088326c Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/0088326c Diff: http://git-wip-us.apache.org/repos/asf/accumulo/diff/0088326c Branch: refs/heads/master Commit: 0088326ca052a6e3851fcda9b3185dd2f67560a1 Parents: b47c86d Author: Josh Elser Authored: Thu Aug 21 17:31:25 2014 -0400 Committer: Josh Elser Committed: Thu Aug 21 17:31:25 2014 -0400 ---------------------------------------------------------------------- .../apache/accumulo/test/functional/DeleteTableDuringSplitIT.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/accumulo/blob/0088326c/test/src/test/java/org/apache/accumulo/test/functional/DeleteTableDuringSplitIT.java ---------------------------------------------------------------------- diff --git a/test/src/test/java/org/apache/accumulo/test/functional/DeleteTableDuringSplitIT.java b/test/src/test/java/org/apache/accumulo/test/functional/DeleteTableDuringSplitIT.java index 4bbdfef..707fc19 100644 --- a/test/src/test/java/org/apache/accumulo/test/functional/DeleteTableDuringSplitIT.java +++ b/test/src/test/java/org/apache/accumulo/test/functional/DeleteTableDuringSplitIT.java @@ -35,7 +35,7 @@ public class DeleteTableDuringSplitIT extends SimpleMacIT { @Override protected int defaultTimeoutSeconds() { - return 10 * 60; + return 15 * 60; } @Test