Changes to PAP infrastructure to support PDP
[policy/pap.git] / main / src / test / resources / parameters / PapConfigParameters_InvalidName.json
index 80fb823..7b53b88 100644 (file)
@@ -5,5 +5,15 @@
         "port":6969,
         "userName":"healthcheck",
         "password":"zb!XztG34"
+    },
+    "pdpParameters": {
+        "updateParameters": {
+            "maxRetryCount": 1,
+            "maxWaitMs": 1
+        },
+        "stateChangeParameters": {
+            "maxRetryCount": 1,
+            "maxWaitMs": 1
+        }
     }
 }