Repository: incubator-ignite
Updated Branches:
  refs/heads/ignite-709 cc97b6375 -> 9a98fa875


# IGNITE-709 Increase timeout for the 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/9a98fa87
Tree: http://git-wip-us.apache.org/repos/asf/incubator-ignite/tree/9a98fa87
Diff: http://git-wip-us.apache.org/repos/asf/incubator-ignite/diff/9a98fa87

Branch: refs/heads/ignite-709
Commit: 9a98fa8753b4e03af47de3baa385146b43745b7e
Parents: cc97b63
Author: sevdokimov <[email protected]>
Authored: Mon Apr 13 17:51:52 2015 +0300
Committer: sevdokimov <[email protected]>
Committed: Mon Apr 13 17:51:52 2015 +0300

----------------------------------------------------------------------
 .../cache/GridCacheTcpClientDiscoveryMultiThreadedTest.java     | 5 +++++
 1 file changed, 5 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/9a98fa87/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 d96f7a8..86fd25e 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
@@ -94,6 +94,11 @@ public class GridCacheTcpClientDiscoveryMultiThreadedTest 
extends GridCacheAbstr
         return PARTITIONED;
     }
 
+    /** {@inheritDoc} */
+    @Override protected long getTestTimeout() {
+        return 2 * 60 * 1000;
+    }
+
     /**
      * @throws Exception If failed.
      */

Reply via email to