Return-Path: X-Original-To: apmail-ignite-commits-archive@minotaur.apache.org Delivered-To: apmail-ignite-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 8B5B118F35 for ; Mon, 20 Jul 2015 13:40:34 +0000 (UTC) Received: (qmail 26139 invoked by uid 500); 20 Jul 2015 13:40:34 -0000 Delivered-To: apmail-ignite-commits-archive@ignite.apache.org Received: (qmail 26107 invoked by uid 500); 20 Jul 2015 13:40:34 -0000 Mailing-List: contact commits-help@ignite.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ignite.incubator.apache.org Delivered-To: mailing list commits@ignite.incubator.apache.org Received: (qmail 26098 invoked by uid 99); 20 Jul 2015 13:40:34 -0000 Received: from Unknown (HELO spamd4-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 20 Jul 2015 13:40:34 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd4-us-west.apache.org (ASF Mail Server at spamd4-us-west.apache.org) with ESMTP id DEBEAC09A5 for ; Mon, 20 Jul 2015 13:40:33 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd4-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 1.77 X-Spam-Level: * X-Spam-Status: No, score=1.77 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, KAM_LAZY_DOMAIN_SECURITY=1, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, T_RP_MATCHES_RCVD=-0.01] autolearn=disabled Received: from mx1-eu-west.apache.org ([10.40.0.8]) by localhost (spamd4-us-west.apache.org [10.40.0.11]) (amavisd-new, port 10024) with ESMTP id hIYbwWgDe9No for ; Mon, 20 Jul 2015 13:40:33 +0000 (UTC) Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx1-eu-west.apache.org (ASF Mail Server at mx1-eu-west.apache.org) with SMTP id 4875A20CC2 for ; Mon, 20 Jul 2015 13:40:32 +0000 (UTC) Received: (qmail 26087 invoked by uid 99); 20 Jul 2015 13:40:31 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 20 Jul 2015 13:40:31 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 1A8F7E03EC; Mon, 20 Jul 2015 13:40:31 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: sboikov@apache.org To: commits@ignite.incubator.apache.org Message-Id: X-Mailer: ASF-Git Admin Mailer Subject: incubator-ignite git commit: fixed test Date: Mon, 20 Jul 2015 13:40:31 +0000 (UTC) Repository: incubator-ignite Updated Branches: refs/heads/ignite-1003 dbaecd104 -> 632a9c7f0 fixed test Project: http://git-wip-us.apache.org/repos/asf/incubator-ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ignite/commit/632a9c7f Tree: http://git-wip-us.apache.org/repos/asf/incubator-ignite/tree/632a9c7f Diff: http://git-wip-us.apache.org/repos/asf/incubator-ignite/diff/632a9c7f Branch: refs/heads/ignite-1003 Commit: 632a9c7f05b3f64bb0145aed329b4956995e8293 Parents: dbaecd1 Author: sboikov Authored: Mon Jul 20 14:39:30 2015 +0100 Committer: sboikov Committed: Mon Jul 20 14:39:30 2015 +0100 ---------------------------------------------------------------------- .../ignite/spi/discovery/tcp/TcpDiscoveryMultiThreadedTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/632a9c7f/modules/core/src/test/java/org/apache/ignite/spi/discovery/tcp/TcpDiscoveryMultiThreadedTest.java ---------------------------------------------------------------------- diff --git a/modules/core/src/test/java/org/apache/ignite/spi/discovery/tcp/TcpDiscoveryMultiThreadedTest.java b/modules/core/src/test/java/org/apache/ignite/spi/discovery/tcp/TcpDiscoveryMultiThreadedTest.java index b0784ef..46207e5 100644 --- a/modules/core/src/test/java/org/apache/ignite/spi/discovery/tcp/TcpDiscoveryMultiThreadedTest.java +++ b/modules/core/src/test/java/org/apache/ignite/spi/discovery/tcp/TcpDiscoveryMultiThreadedTest.java @@ -157,7 +157,7 @@ public class TcpDiscoveryMultiThreadedTest extends GridCommonAbstractTest { return null; } }, - CLIENT_GRID_CNT + 1 ); Thread.sleep(5 * 60 * 1000);