Skip to content

Commit e79a98c

Browse files
committed
Change default request_timeout from 30s to 120s to match trino-cli
1 parent 760b925 commit e79a98c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)