[erlang-questions] Cluster Functional test using Slave Nodes
Scott Lystig Fritchie
fritchie@REDACTED
Fri Aug 1 07:52:59 CEST 2014
marcos quesada <marcos.quesadas@REDACTED> wrote:
mq> module 'cluster_test'
mq> cluster_test: cluster_formation_suite_test_...*timed out*
mq> undefined
mq> [done in 5.001 s]
Hi, Marcos. Is your test really requiring 5 seconds or more to run? If
so, then you're hitting the EUnit default timeout of 5 seconds. You
need to change the EUnit test specification with a {timeout,...} wrapper
to set a longer timeout. See
http://erlang.org/doc/apps/eunit/chapter.html for details.
-Scott
More information about the erlang-questions
mailing list