We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cea4921 + 812f9b3 commit 29a6cfcCopy full SHA for 29a6cfc
src/spaceone/core/pygrpc/client.py
@@ -37,7 +37,7 @@ def __init__(
37
self._request_map = request_map
38
self._channel_key = channel_key
39
self.metadata = options.get("metadata", {})
40
- self.timeout = timeout or 60
+ self.timeout = timeout or 180
41
42
def _check_message(self, client_call_details, request_or_iterator, is_stream):
43
if client_call_details.method in self._request_map:
0 commit comments