Skip to content

Commit 144b18f

Browse files
committed
Increase hearing scraper timeout to 8 minutes
1 parent 9807b3f commit 144b18f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

functions/src/events/scrapeEvents.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ const shouldScrapeVideo = async (EventId: number) => {
263263

264264
class HearingScraper extends EventScraper<HearingListItem, Hearing> {
265265
constructor() {
266-
super("every 60 minutes", 240)
266+
super("every 60 minutes", 480)
267267
}
268268

269269
async listEvents() {

0 commit comments

Comments
 (0)