iilyak commented on issue #2030: eunit test timedout errors during jenkins CI URL: https://github.com/apache/couchdb/issues/2030#issuecomment-500529520 > @eiri I once tried to write custom eunit runner to skip rebar all together, it was doable and fwiw the tests ran faster, but it wasn't finished solution and it was getting hairy pretty quick. > @iilyak I wonder if it's possible to use that ExUnit to run eunit tests instead of rebar's eunit? Maybe this could be a perspective solution. I am not sure if ExUnit can be used to run eunit tests (I think unlikely). However mix definitely can (with a plugin). Mix is introduced [here](https://github.com/apache/couchdb/pull/2039). We might need to modify the mix plugin though. I doubt the eunit plugin is smart enough to extend timeout.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
