You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by sb...@apache.org on 2015/07/20 15:40:31 UTC

incubator-ignite git commit: fixed test

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 <sboikov>
Authored: Mon Jul 20 14:39:30 2015 +0100
Committer: sboikov <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);