diff --git a/src/index.ts b/src/index.ts index 9520b09..09fb25a 100644 --- a/src/index.ts +++ b/src/index.ts @@ -72,6 +72,6 @@ export default async ( setTimeout(() => { client.end(); reject("irc discovery response timed out"); - }, 1000); + }, 3000); }); };