X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=test%2Fconfig-file.json;h=7d15902da6eb571599948d1876129ee2384f2fa7;hb=c92b421ec9f89e77df36422987e478ed8db85299;hp=5a425dc6d5667649b5bbe04e4e4971bca2009148;hpb=ad41feaeb9dde8ccd6b8b508eb3df8df5d207134;p=ric-plt%2Fsubmgr.git diff --git a/test/config-file.json b/test/config-file.json index 5a425dc..7d15902 100644 --- a/test/config-file.json +++ b/test/config-file.json @@ -25,6 +25,13 @@ "subscription": { "host": "localhost:8088", "timeout": 2 + }, + "controls": { + "e2tSubReqTimeout_ms": 2000, + "e2tSubDelReqTime_ms": 2000, + "e2tRecvMsgTimeout_ms": 2000, + "e2tMaxSubReqTryCount": 2, + "e2tMaxSubDelReqTryCount": 2, + "readSubsFromDb": "true" } - }