We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 760b925 commit e79a98cCopy full SHA for e79a98c
1 file changed
trino/constants.py
@@ -19,7 +19,7 @@
19
DEFAULT_SCHEMA: Optional[str] = None
20
DEFAULT_AUTH: Optional[Any] = None
21
DEFAULT_MAX_ATTEMPTS = 3
22
-DEFAULT_REQUEST_TIMEOUT: float = 30.0
+DEFAULT_REQUEST_TIMEOUT: float = 120.0
23
MAX_NT_PASSWORD_SIZE: int = 1280
24
25
HTTP = "http"
0 commit comments