Increase Timeout

This commit is contained in:
thororen1234 2025-04-17 22:16:09 -04:00
parent aefd056c98
commit fd90195093
No known key found for this signature in database

View file

@ -356,4 +356,4 @@ await page.evaluateOnNewDocument(`
} }
`); `);
await page.goto(CANARY ? "https://canary.discord.com/login" : "https://discord.com/login"); await page.goto(CANARY ? "https://canary.discord.com/login" : "https://discord.com/login", { timeout: 120000 });