diff --git a/datawrapper/__main__.py b/datawrapper/__main__.py index e969d36..87b37ab 100644 --- a/datawrapper/__main__.py +++ b/datawrapper/__main__.py @@ -203,7 +203,7 @@ def post( self, url: str, data: dict | None = None, - timeout: int = 15, + timeout: int = 30, extra_headers: dict | None = None, ) -> dict | bool: """Make a POST request to the Datawrapper API.