Skip to content

Commit

Permalink
Increase the patch timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrunner committed Feb 4, 2025
1 parent d431a1d commit d494e04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion github_app_geo_project/module/standard/patch.py
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ async def process(
# Follow redirect.
async with (
aiohttp.ClientSession() as session,
asyncio.timeout(120),
asyncio.timeout(180),
session.get(headers["location"]) as response,
):
if not response.ok:
Expand Down

0 comments on commit d494e04

Please sign in to comment.