You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by se...@apache.org on 2015/05/15 15:29:56 UTC

[3/3] incubator-ignite git commit: # IGNITE-709 Decreace timeout of GridCacheTcpClientDiscoveryMultiThreadedTest

# IGNITE-709 Decreace timeout of GridCacheTcpClientDiscoveryMultiThreadedTest


Project: http://git-wip-us.apache.org/repos/asf/incubator-ignite/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-ignite/commit/8fcc700f
Tree: http://git-wip-us.apache.org/repos/asf/incubator-ignite/tree/8fcc700f
Diff: http://git-wip-us.apache.org/repos/asf/incubator-ignite/diff/8fcc700f

Branch: refs/heads/ignite-709_2
Commit: 8fcc700fb7c17c4f9579aba883feefdf744c21f5
Parents: e4b530b
Author: sevdokimov <se...@gridgain.com>
Authored: Fri May 15 16:29:46 2015 +0300
Committer: sevdokimov <se...@gridgain.com>
Committed: Fri May 15 16:29:46 2015 +0300

----------------------------------------------------------------------
 .../cache/GridCacheTcpClientDiscoveryMultiThreadedTest.java       | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/8fcc700f/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/GridCacheTcpClientDiscoveryMultiThreadedTest.java
----------------------------------------------------------------------
diff --git a/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/GridCacheTcpClientDiscoveryMultiThreadedTest.java b/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/GridCacheTcpClientDiscoveryMultiThreadedTest.java
index fc7660a..0554a10 100644
--- a/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/GridCacheTcpClientDiscoveryMultiThreadedTest.java
+++ b/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/GridCacheTcpClientDiscoveryMultiThreadedTest.java
@@ -23,6 +23,7 @@ import org.apache.ignite.configuration.*;
 import org.apache.ignite.internal.*;
 import org.apache.ignite.spi.discovery.tcp.*;
 import org.apache.ignite.spi.discovery.tcp.ipfinder.vm.*;
+
 import java.net.*;
 import java.util.*;
 import java.util.concurrent.*;
@@ -96,7 +97,7 @@ public class GridCacheTcpClientDiscoveryMultiThreadedTest extends GridCacheAbstr
 
     /** {@inheritDoc} */
     @Override protected long getTestTimeout() {
-        return 2 * 60 * 1000;
+        return 60 * 1000;
     }
 
     /**