Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 29a6cfc

Browse files
Merge pull request #175 from jinyoungmoonDEV/master
fix: fix increase grpc_client default time out 60 -> 180
2 parents cea4921 + 812f9b3 commit 29a6cfc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/spaceone/core/pygrpc/client.py‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ def __init__(
3737
self._request_map = request_map
3838
self._channel_key = channel_key
3939
self.metadata = options.get("metadata", {})
40-
self.timeout = timeout or 60
40+
self.timeout = timeout or 180
4141

4242
def _check_message(self, client_call_details, request_or_iterator, is_stream):
4343
if client_call_details.method in self._request_map:

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /