Skip to content

Commit

Permalink
Merge pull request #4854 from NewAgeAirbender/master
Browse files Browse the repository at this point in the history
DE: Increase Timeout
  • Loading branch information
NewAgeAirbender authored Feb 27, 2024
2 parents a7788b5 + d6c9067 commit 265f8a5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scrapers/de/bills.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ class DEBillScraper(Scraper, LXMLMixin):
}

def scrape(self, session=None):
self.retry_attempts = 10
self.retry_wait_seconds = 30
self.timeout = 130
# Cache the legislators, we'll need them for sponsors and votes
self.scrape_legislators(session)

Expand Down

0 comments on commit 265f8a5

Please sign in to comment.