Skip to content

Commit e913712

Browse files
committed
Change default request_timeout from 30s to 120s to match trino-cli
1 parent e3b3983 commit e913712

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

trino/constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
DEFAULT_SCHEMA: Optional[str] = None
2020
DEFAULT_AUTH: Optional[Any] = None
2121
DEFAULT_MAX_ATTEMPTS = 3
22-
DEFAULT_REQUEST_TIMEOUT: float = 30.0
22+
DEFAULT_REQUEST_TIMEOUT: float = 120.0
2323
MAX_NT_PASSWORD_SIZE: int = 1280
2424

2525
HTTP = "http"

0 commit comments

Comments
 (0)