eiri commented on issue #2030: eunit test timedout errors during jenkins CI URL: https://github.com/apache/couchdb/issues/2030#issuecomment-495294060 Is this about individual tests or global eunit's timeout? Individual tests' timeout could be changed with `{timeout, Time::number(), Tests}` wrapper, with a caveat that this timeout also includes setup and teardown. For global timeout that's tricky. Eunit's `? DEFAULT_TEST_TIMEOUT` is 5 sec and tbh I don't think there is an option to override this.
---------------------------------------------------------------- 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
