# 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_3 Commit: 8fcc700fb7c17c4f9579aba883feefdf744c21f5 Parents: e4b530b Author: sevdokimov <sevdoki...@gridgain.com> Authored: Fri May 15 16:29:46 2015 +0300 Committer: sevdokimov <sevdoki...@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; } /**