Skip to content

Commit 7cee29a

Browse files
committed
Increase timeout (exp)
1 parent ef2d705 commit 7cee29a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

coherence/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -916,7 +916,7 @@ class Session:
916916
"""The default target address to connect to Coherence gRPC server."""
917917
DEFAULT_SCOPE: Final[str] = ""
918918
"""The default scope."""
919-
DEFAULT_REQUEST_TIMEOUT: Final[float] = 30.0
919+
DEFAULT_REQUEST_TIMEOUT: Final[float] = 60.0
920920
"""The default request timeout."""
921921
DEFAULT_FORMAT: Final[str] = "json"
922922
"""The default serialization format"""

0 commit comments

Comments
 (0)