diff --git a/lib/init_server.py b/lib/init_server.py index c247f0f..4312d0b 100644 --- a/lib/init_server.py +++ b/lib/init_server.py @@ -49,7 +49,7 @@ async def register_server(data): async with aiohttp.ClientSession() as session: try: - async with session.post(url, data=json_data, headers=headers, timeout=5) as response: + async with session.post(url, data=json_data, headers=headers, timeout=15) as response: if response.status == 200: # Successful response response_data = await response.json()