|
future.get(20, TimeUnit.SECONDS); // Wait 20 seconds for test to complete |
Can we give this a higher timeout, or even a configurable timeout?
Cause I want to run several batched tests which will take way more time.
Also I think on slower CPUs this would be very neat. As we now Java is not the fasted train.