diff --git a/Source/bw6-maven-plugin/src/main/java/com/tibco/bw/maven/plugin/test/BWTestMojo.java b/Source/bw6-maven-plugin/src/main/java/com/tibco/bw/maven/plugin/test/BWTestMojo.java index 946fe39a..19ca005e 100644 --- a/Source/bw6-maven-plugin/src/main/java/com/tibco/bw/maven/plugin/test/BWTestMojo.java +++ b/Source/bw6-maven-plugin/src/main/java/com/tibco/bw/maven/plugin/test/BWTestMojo.java @@ -51,7 +51,7 @@ public class BWTestMojo extends AbstractMojo { @Parameter( property = "testSuiteName" , defaultValue = "" ) private String testSuiteName; - @Parameter( property = "engineStartupWaitTime" , defaultValue = "2" ) + @Parameter( property = "engineStartupWaitTime" , defaultValue = "4" ) private int engineStartupWaitTime; @Parameter( property = "osgiCommands" )