Skip to content

Commit

Permalink
Add longer timeout to screenshot
Browse files Browse the repository at this point in the history
  • Loading branch information
palewire committed Jul 5, 2024
1 parent 7d13489 commit 4dbeea7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions newshomepages/screenshot.py
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ def _screenshot(
type="jpeg",
path=str(jpg_path),
full_page=full_page,
timeout=90 * 1000, # 90 second timeout
)

# Close the page
Expand Down

0 comments on commit 4dbeea7

Please sign in to comment.