Skip to content

Commit b7bc8d3

Browse files
feat: update timeout to 60
1 parent 2eca829 commit b7bc8d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lingodotdev/engine.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ async def _ensure_client(self):
7272
"Content-Type": "application/json; charset=utf-8",
7373
"Authorization": f"Bearer {self.config.api_key}",
7474
},
75-
timeout=30.0,
75+
timeout=60.0,
7676
)
7777

7878
async def close(self):

0 commit comments

Comments
 (0)