Skip to content

Commit

Permalink
fix: max fly time 5 minutes
Browse files Browse the repository at this point in the history
  • Loading branch information
pgagnidze committed Dec 5, 2023
1 parent 38d430c commit 0132e97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bird/owl.ts
Expand Up @@ -170,7 +170,7 @@ export const owl = async ({
}

recaptcha.onPageCreated(page as any);
const maxFlyTime = 840 * 1000; // 14 minutes
const maxFlyTime = 300 * 1000; // 5 minutes
const flyResults = await asyncCallWithTimeout(fly({
page,
auth,
Expand Down

0 comments on commit 0132e97

Please sign in to comment.