assertTrue(latch.await(30000L, TimeUnit.MILLISECONDS));
assertEquals("Latch should be zero", 0, latch.getCount());
long delta = System.currentTimeMillis() - start;
assertTrue("Should be faster than 20000 millis, took " + delta + " millis", delta < 20000L);
executor.shutdown();
}
protected CamelContext createCamelContext() throws Exception {
CamelContext camelContext = super.createCamelContext();