eiri opened a new pull request #1123: Set eunit timeout on a whole test object URL: https://github.com/apache/couchdb/pull/1123 ## Overview I've accidentally overrode custom 2 mins timeout for `should_create_delete_database_continuously` tests to default 5 sec with`?_test` wrapper. It went unnoticed in local tests and travis, since in general "should_create_delete_database_continuously (100 times)" passes within 1.096s, but Jenkins prove to be more sensitive. ## Testing recommendations Standard `make eunit apps=couch` should pass. More importantly Jenkins now should not throw timeout on this test. ## Related Issues or Pull Requests Fixes: #1122 ## Checklist - [x] Code is written and works correctly; - [x] Changes are covered by tests; - [ ] Documentation reflects the changes;
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on 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
