There was an error while loading. Please reload this page.
1 parent e3b3983 commit e913712Copy full SHA for e913712
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