# ignite-648: increase timeout to wait
Project: http://git-wip-us.apache.org/repos/asf/incubator-ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ignite/commit/5d0c2e79 Tree: http://git-wip-us.apache.org/repos/asf/incubator-ignite/tree/5d0c2e79 Diff: http://git-wip-us.apache.org/repos/asf/incubator-ignite/diff/5d0c2e79 Branch: refs/heads/ignite-648 Commit: 5d0c2e79489c9cca8b68122487aa656168294526 Parents: 9bc6be9 Author: ashutak <ashu...@gridgain.com> Authored: Tue Jun 9 13:21:12 2015 +0300 Committer: ashutak <ashu...@gridgain.com> Committed: Tue Jun 9 13:21:12 2015 +0300 ---------------------------------------------------------------------- .../processors/cache/multijvm/framework/IgniteExProcessProxy.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/5d0c2e79/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/multijvm/framework/IgniteExProcessProxy.java ---------------------------------------------------------------------- diff --git a/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/multijvm/framework/IgniteExProcessProxy.java b/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/multijvm/framework/IgniteExProcessProxy.java index ffc74d7..b5b59c0 100644 --- a/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/multijvm/framework/IgniteExProcessProxy.java +++ b/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/multijvm/framework/IgniteExProcessProxy.java @@ -114,7 +114,7 @@ public class IgniteExProcessProxy implements IgniteEx { System.getProperty("surefire.test.class.path") ); - assert rmtNodeStartedLatch.await(3, TimeUnit.SECONDS): "Remote node with id=" + id + " didn't join."; + assert rmtNodeStartedLatch.await(30, TimeUnit.SECONDS): "Remote node with id=" + id + " didn't join."; gridProxies.put(cfg.getGridName(), this);