Description
We've got a global setup of maven-surefire-plugin to timeout the forked processes after 5 minutes:
https://svn.apache.org/repos/asf/camel/trunk/parent/pom.xml
So that the tests should not hang anymore on the CI-Servers or else where. So for the sake of not loosing the code-coverage let's re-enable them again.