[erlang-questions] Re: eunit question
Richard Carlsson
richardc@REDACTED
Tue Aug 18 10:06:10 CEST 2009
Amit Murthy wrote:
> My bad.
>
> Seems like the default timeout for a single test is 5 seconds. I increased
> it using the "timeout" test descriptor and things are OK now.
>
> But I still don't understand why my erlang console should just hang after
> the "met_fb:request_content_ban_test...*timed out*" message is printed.
It's the eunit frontend that hangs; it's still waiting for some message
from the test, and doesn't return to the shell. But as far as I know,
this only happens in versions before R13B.
/Richard
More information about the erlang-questions
mailing list