From ca2fb50ea143efa3cdf7fd271b691a054a004f7f Mon Sep 17 00:00:00 2001 From: acidvegas Date: Tue, 25 Jul 2023 15:31:55 -0400 Subject: [PATCH] acidvegas is a skid --- bots/tailbot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bots/tailbot.py b/bots/tailbot.py index 77a0241..6bf7c87 100644 --- a/bots/tailbot.py +++ b/bots/tailbot.py @@ -90,7 +90,7 @@ class Bot(): 'family' : 10 if connection.ipv6 else 2, 'local_addr' : connection.vhost } - self.reader, self.writer = await asyncio.wait_for(asyncio.open_connection(**options), 30) + self.reader, self.writer = await asyncio.wait_for(asyncio.open_connection(**options), 300) await self.raw(f'USER {identity.username} 0 * :{identity.realname}') await self.raw('NICK ' + identity.nickname) except Exception as ex: