mirror of
https://github.com/geekgeekrun/geekgeekrun.git
synced 2026-09-08 17:09:07 +08:00
expand time for wait recommendJobPageUrl navigation
This commit is contained in:
@@ -372,7 +372,7 @@ async function toRecommendPage (hooks) {
|
|||||||
return res.json()
|
return res.json()
|
||||||
})
|
})
|
||||||
await Promise.all([
|
await Promise.all([
|
||||||
page.goto(recommendJobPageUrl, { timeout: 60 * 1000 }),
|
page.goto(recommendJobPageUrl, { timeout: 120 * 1000 }),
|
||||||
page.waitForNavigation(),
|
page.waitForNavigation(),
|
||||||
])
|
])
|
||||||
if (
|
if (
|
||||||
|
|||||||
Reference in New Issue
Block a user