Restored UT cases + reduced UT run time
[ric-plt/submgr.git] / test / config-file.json
index 7d15902..93dd1cd 100644 (file)
       "port" : "8989",
       "baseUrl" : "/"
     },
-    "subscription": {
-      "host": "localhost:8088",
-      "timeout": 2
-    },
     "controls": {
       "e2tSubReqTimeout_ms": 2000,
       "e2tSubDelReqTime_ms": 2000,
       "e2tRecvMsgTimeout_ms": 2000,
       "e2tMaxSubReqTryCount": 2,
       "e2tMaxSubDelReqTryCount": 2,
-      "readSubsFromDb": "true"
+      "waitRouteCleanup_ms": 100,
+      "readSubsFromDb": "true",
+      "subscription": {
+          "host": "localhost:8088",
+          "timeout": 2
+      }
     }
 }