"over the configured default timeout.", method.getMethod(), testTimeout, junitTimeout);
}
return super.withPotentialTimeout(method, target, next);
}
if(testTimeout>0)
return new FailOnTimeout(next, testTimeout);
return super.withPotentialTimeout(method, target, next);
}