eiri commented on issue #2030: eunit test timedout errors during jenkins CI URL: https://github.com/apache/couchdb/issues/2030#issuecomment-495301858 I think there are two potential venue to approach: 1) using `parse_transform` to modify all the tests to add that `{timeout...} or 2) modify rebar's rest runner to catch timeout and either re-run the test suite or treat it as exit 'ok'. Honestly don't know how feasible or how much work either of this could be. 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.
---------------------------------------------------------------- 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
