X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=test%2Fconfig-file.json;h=fb4fb36ece16b74030d9a10932263a9e38dc4aa6;hb=5d3efec4e556b5f5110a320476206c0e2cc94892;hp=7d15902da6eb571599948d1876129ee2384f2fa7;hpb=c92b421ec9f89e77df36422987e478ed8db85299;p=ric-plt%2Fsubmgr.git diff --git a/test/config-file.json b/test/config-file.json index 7d15902..fb4fb36 100644 --- a/test/config-file.json +++ b/test/config-file.json @@ -22,16 +22,19 @@ "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" + "readSubsFromDb": "true", + "dbTryCount": 2, + "dbRetryForever": "false", + "waitRouteCleanup_ms": 100, + "subscription": { + "host": "localhost:8088", + "timeout": 2 + } } }