Skip to content

Commit

Permalink
increase timeout to 120000
Browse files Browse the repository at this point in the history
  • Loading branch information
shayki5 committed Oct 31, 2023
1 parent 6578c57 commit c363c42
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/data/scrape.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ export async function getAccountTransactions(
const scraper = createScraper({
startDate,
companyId: account.companyId,
defaultTimeout: 120000,
args: ["--disable-dev-shm-usage", "--no-sandbox"],
futureMonthsToScrape: Number.isNaN(futureMonthsToScrape)
? undefined
Expand Down

0 comments on commit c363c42

Please sign in to comment.