Skip to content

Commit

Permalink
Merge pull request #695 from camptocamp/fix
Browse files Browse the repository at this point in the history
Increase the patch timeout
  • Loading branch information
sbrunner authored Feb 4, 2025
2 parents 32a9b29 + 908155f commit 21c5528
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/dpkg-versions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,6 @@ camptocamp/github-app-geo-project:latest:
ubuntu_24_04/libdebconfclient0: 0.271ubuntu3
ubuntu_24_04/libdeflate-dev: 1.19-1build1.1
ubuntu_24_04/libdeflate0: 1.19-1build1.1
ubuntu_24_04/libdevmapper1.02.1: 2:1.02.185-3ubuntu3.1
ubuntu_24_04/libdpkg-perl: 1.22.6ubuntu6.1
ubuntu_24_04/libelf1t64: 0.190-1.1build4.1
ubuntu_24_04/liberror-perl: 0.17029-2
Expand Down Expand Up @@ -379,6 +378,7 @@ camptocamp/github-app-geo-project:latest:
ubuntu_24_04/tzdata: 2024b-0ubuntu0.24.04
ubuntu_24_04/ubuntu-keyring: 2023.11.28.1
ubuntu_24_04/ubuntu-mono: 24.04-0ubuntu1
ubuntu_24_04/unminimize: 0.2.1
ubuntu_24_04/unzip: 6.0-28ubuntu4.1
ubuntu_24_04/util-linux: 2.39.3-9ubuntu6.2
ubuntu_24_04/uuid-dev: 2.39.3-9ubuntu6.2
Expand Down
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 21c5528

Please sign in to comment.