.toString();
}
- public void concreteExecute(MavenProject pom, String goal) throws SecurityException {
+ public void concreteExecute(MavenProject pom, String goal) {
Method executeMethod = null;
for (Method m : lifecycleExecutor.getClass().getMethods()) {
if ("execute".equals(m.getName())) {
import static junit.framework.Assert.fail;
public class EmbeddedDatabaseTest {
- @Test(timeout = 5000)
+ @Test(timeout = 10000)
public void should_start_and_stop() throws IOException {
int port = freeServerPort();
database.stop();
}
- @Test(timeout = 5000)
+ @Test(timeout = 10000)
public void should_support_memory_database() throws IOException {
int port = freeServerPort();