@Test(threadPoolSize=2,invocationCount=3) public void incrementTestCountAndSleepForOneSecond() throws InterruptedException { incrementTestCount(); Thread.sleep(500); System.out.println("Ran test"); }