mirror of
https://github.com/ful1e5/Bibata_Cursor.git
synced 2025-05-23 19:46:57 -04:00
⏰ timeout error fix
This commit is contained in:
parent
90a8939238
commit
f9e78961b9
1 changed files with 3 additions and 0 deletions
|
@ -63,6 +63,8 @@ export const renderCursors = async ({
|
|||
|
||||
// Render
|
||||
const page = await browser.newPage();
|
||||
page.setDefaultNavigationTimeout(0);
|
||||
|
||||
await page.setContent(template);
|
||||
|
||||
await page.waitForSelector("#container");
|
||||
|
@ -86,6 +88,7 @@ export const renderCursors = async ({
|
|||
const template = generateRenderTemplate(data);
|
||||
|
||||
const page = await browser.newPage();
|
||||
page.setDefaultNavigationTimeout(0);
|
||||
await page.setContent(template);
|
||||
|
||||
await page.waitForSelector("#container");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue