#Is there a way to extend gleeunit test timeouts?
1 messages · Page 1 of 1 (latest)
On the Erlang target you can use eunit's test object API to configure timeouts
On JavaScript there is no timeout
There are some code examples here that could help you out: https://github.com/mooreryan/qcheck_gleeunit_utils . I use it if I need longer timeouts or parallel tests.