fix(route): tiktok wait longer (#10736)
This commit is contained in:
parent
41e4d7cf84
commit
3531bf54c3
|
|
@ -18,7 +18,7 @@ module.exports = async (ctx) => {
|
|||
request.resourceType() === 'document' || request.resourceType() === 'script' ? request.continue() : request.abort();
|
||||
});
|
||||
await page.goto(`${baseUrl}/${user}`, {
|
||||
waitUntil: 'networkidle2',
|
||||
waitUntil: 'networkidle0',
|
||||
});
|
||||
const SIGI_STATE = await page.evaluate(() => window.SIGI_STATE);
|
||||
browser.close();
|
||||
|
|
|
|||
Loading…
Reference in New Issue