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