lpil / gleeunit

Gleam bindings for the Erlang EUnit test framework
Apache License 2.0
23 stars 17 forks source link

Ability to configure timeout #34

Closed darky closed 4 months ago

darky commented 4 months ago

Hello! Seems, that default timeout is 5s and no possibility to change it somehow

lpil commented 4 months ago

Hello! You can use eunits regular test case API to configure it any way you want when running on Erlang. Please see the eunit documentation