Enable long-running processes in ControllerExecutionBB
[so.git] / common / src / test / java / org / onap / so / client / cds / TestCDSPropertiesImpl.java
index 41238e5..76dc6ad 100644 (file)
@@ -82,4 +82,9 @@ public class TestCDSPropertiesImpl implements CDSProperties {
     public boolean getUseBasicAuth() {
         return true;
     }
+
+    @Override
+    public long getKeepAlivePingMinutes() {
+        return 6L;
+    }
 }