I've got no previous experience with Hbase however the problem seems me to be the following change inside the POM (comming through CAMEL-5506)
<plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-surefire-plugin</artifactId> <configuration> <forkMode>always</forkMode> </configuration> </plugin> Running the tests on WIN-XP did not require me to "always" fork at all and removing this setting (default is "once") made the tests to run/pass much much faster. That said maybe I'm missing something here... Other than this the following inside the POM is completley obsolete (comming through CAMEL-5506 as well): <testResources> <testResource> <directory>${project.basedir}/src/test/resources</directory> <includes> <include>**/*</include> </includes> </testResource> </testResources> As that's already the default for the testResource content! Babak -- View this message in context: http://camel.465427.n5.nabble.com/camel-hbase-test-duration-tp5720473p5720488.html Sent from the Camel Development mailing list archive at Nabble.com.