Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
clemlesne authored Feb 9, 2025
1 parent 27fb2f5 commit ac6539a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/scrape_it_now/scrape.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,8 @@

# Bowser
BROWSER_TIMEOUT_MS = (
10 * 60 * 1000 if IS_CI else 3 * 60 * 1000
) # 10 mins in CI, 3 mins in production
20 * 60 * 1000 if IS_CI else 3 * 60 * 1000
) # 20 mins in CI, 3 mins in production


async def _queue( # noqa: PLR0913
Expand Down

0 comments on commit ac6539a

Please sign in to comment.