diff --git a/forgewatch/poller.py b/forgewatch/poller.py index 042bb8e..d952a24 100644 --- a/forgewatch/poller.py +++ b/forgewatch/poller.py @@ -114,6 +114,7 @@ async def start(self) -> None: "Accept": "application/vnd.github+json", "X-GitHub-Api-Version": "2022-11-28", }, + timeout=aiohttp.ClientTimeout(total=30), ) async def close(self) -> None: