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 2016/02/15 14:35:33 UTC

[09/18] ignite git commit: ignite-2640 Zookeeper test timeout increased

ignite-2640 Zookeeper test timeout increased


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

Branch: refs/heads/ignite-2604
Commit: 3df8547b73f16e075ec6249ae18b592b38a4cb26
Parents: a6b3ded
Author: agura <ag...@gridgain.com>
Authored: Fri Feb 12 15:07:40 2016 +0300
Committer: agura <ag...@gridgain.com>
Committed: Fri Feb 12 19:25:01 2016 +0300

----------------------------------------------------------------------
 .../spi/discovery/tcp/ipfinder/zk/ZookeeperIpFinderTest.java       | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ignite/blob/3df8547b/modules/zookeeper/src/test/java/org/apache/ignite/spi/discovery/tcp/ipfinder/zk/ZookeeperIpFinderTest.java
----------------------------------------------------------------------
diff --git a/modules/zookeeper/src/test/java/org/apache/ignite/spi/discovery/tcp/ipfinder/zk/ZookeeperIpFinderTest.java b/modules/zookeeper/src/test/java/org/apache/ignite/spi/discovery/tcp/ipfinder/zk/ZookeeperIpFinderTest.java
index cadd3a7..1b91163 100644
--- a/modules/zookeeper/src/test/java/org/apache/ignite/spi/discovery/tcp/ipfinder/zk/ZookeeperIpFinderTest.java
+++ b/modules/zookeeper/src/test/java/org/apache/ignite/spi/discovery/tcp/ipfinder/zk/ZookeeperIpFinderTest.java
@@ -367,7 +367,7 @@ public class ZookeeperIpFinderTest extends GridCommonAbstractTest {
                     return true;
                 }
             }
-        }, 5000);
+        }, 2 * 60000);
 
         assertTrue(wait);