Skip to content
Snippets Groups Projects
Commit ef792116 authored by József Gyürüsi's avatar József Gyürüsi
Browse files

[support #1851647] timeout added to DsRestAPI/getContentList request


Change-Id: I94b0179b2a97a196ed4850d57f757de8df53e4e1
Signed-off-by: default avatarJózsef Gyürüsi <jozsef.gyurusi@ericsson.com>
parent f8a3a85d
No related branches found
No related tags found
No related merge requests found
...@@ -54,7 +54,7 @@ class DsRestAPI: ...@@ -54,7 +54,7 @@ class DsRestAPI:
def getContentList(self, request): def getContentList(self, request):
'''Returns the response to the request as a string.''' '''Returns the response to the request as a string.'''
dsCall = {"requests": request}; dsCall = {"requests": request, "timeOut": 5.0};
return self.__httpcall(dsCall) return self.__httpcall(dsCall)
def get(self, request): def get(self, request):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment