@@ -18,6 +18,7 @@ async def request_for_fission_info(content_id: str) -> Dict:
url,
json={"contentId": content_id},
headers={"Content-Type": "application/json"},
+ timeout=5
) as response:
response.raise_for_status()
return await response.json()