<div dir="ltr">Thanks Ignas! I've tried what you suggest, but unfortunately the result still the same:<div><br><div>- executing eunit:test('cluster_test') from a started node results in success</div><div>- executed cluster_test from the test suite:</div>

<div><br></div><div><div>module 'cluster_test'</div><div>  cluster_test: cluster_formation_suite_test_...*timed out*</div><div>  undefined</div></div><div><br></div><div> What is driving me nuts is the reason about this different behavior, from start manually the node and execute the test, and in the other hand eunit test execution environment. Both execution ways are using the same vm.args and sys.config.</div>

<div><br></div><div><br></div><div><br></div><div><br></div></div></div><div class="gmail_extra"><br><br><div class="gmail_quote">2014-08-20 18:53 GMT+02:00 Ignas Vyšniauskas <span dir="ltr"><<a href="mailto:baliulia@gmail.com" target="_blank">baliulia@gmail.com</a>></span>:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="HOEnZb"><div class="h5"><div dir="ltr"><div><div><div><div>Hi Marcos,<br><br></div>I see you dug up an ancient 
email I wrote. Spawning slave nodes is notoriously horrible and 
unfortunately I already forgot how I fixed the issue in question.<br><br>
</div>A shot in the dark: have you tried adding something like this:<br><br>    net_kernel:start(['<a href="mailto:eunit_test_node@127.0.0.1" target="_blank">eunit_test_node@127.0.0.1</a>', longnames])<br><br></div>


before
 performing `slave:start(..)`? I remember that occasionally the issue 
was that `net_kernel` was not running. Also make sure you have `epmd` 
running in the OS.</div>
<div><br>--<br></div>Ignas</div>
</div></div></blockquote></div><br></div>