I'm using eunit from the erlang prompt by invoking a module's test function. My issue is that tests run fine when invoked one by one but some randomly timeout when ran as a batch. Is there a way to increase the default timeout used by eunit when concurrently running all tests in a module (mod:test())? Thanks, Joel -- wagerlabs.com