mirror of
https://github.com/Equicord/Equicord.git
synced 2025-05-10 17:35:37 +02:00
Increase Timeout
This commit is contained in:
parent
aefd056c98
commit
fd90195093
1 changed files with 1 additions and 1 deletions
|
@ -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 });
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue