Fix default SFT interval
[odlparent.git] / features-test-plugin / src / main / java / org / opendaylight / odlparent / features / test / plugin / TestFeaturesMojo.java
index 32519e0e80cbc2b6c4925bf86a9edd7275c1d894..2d72e1c71071fa76a66e9c2dc3dc4383a5ef284d 100644 (file)
@@ -85,7 +85,7 @@ public final class TestFeaturesMojo extends AbstractMojo {
     private boolean bundleStateCheckSkip;
     @Parameter(property = "sft.diag.timeout", defaultValue = TestProbe.DEFAULT_TIMEOUT)
     private int bundleStateCheckTimeout;
-    @Parameter(property = "sft.diag.interval", defaultValue = TestProbe.DEFAULT_TIMEOUT)
+    @Parameter(property = "sft.diag.interval", defaultValue = TestProbe.DEFAULT_INTERVAL)
     private int bundleStateCheckInterval;
 
     // vm and profile options for karaf container