diff --git a/pyproject.toml b/pyproject.toml index 8b39b48..f6b5f26 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "workflowai" -version = "0.6.0.dev16" +version = "0.6.0.dev17" description = "" authors = ["Guillaume Aquilina "] readme = "README.md" diff --git a/workflowai/core/client/_api.py b/workflowai/core/client/_api.py index be1d3cf..5f09641 100644 --- a/workflowai/core/client/_api.py +++ b/workflowai/core/client/_api.py @@ -35,7 +35,7 @@ async def _client(self, run: bool = False): "Authorization": f"Bearer {self.api_key}", **source_headers, }, - timeout=120.0, + timeout=180.0, ) as client: try: yield client