[ https://issues.apache.org/jira/browse/CAMEL-3411?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12969380#action_12969380 ]
Claus Ibsen commented on CAMEL-3411: ------------------------------------ I think if we should cut down testing times we should look for tests which has Thread.sleep() and replace that with NotifyBuilder which can be used to "wake up" when a condition is meet. NotifyBuilder is a fairly new feature and thus wasn't avail at that time, so we most likely just used Thread.sleep. > Consolidate and remove duplicated tests > --------------------------------------- > > Key: CAMEL-3411 > URL: https://issues.apache.org/jira/browse/CAMEL-3411 > Project: Camel > Issue Type: Task > Affects Versions: 2.5.0 > Reporter: Hadrian Zbarcea > > There is a lot of unit test overlap and duplicated tests. Consolidating them > would reduce the number of files, sizes of jars and more importantly reduce > testing time. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.