Skip to content

Commit

Permalink
Make it 15 seconds
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathangreen committed Jul 4, 2024
1 parent 4bf62f1 commit fb51b97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/palace/manager/api/axis.py
Original file line number Diff line number Diff line change
Expand Up @@ -384,7 +384,7 @@ def get_audiobook_metadata(self, findaway_content_id: str) -> RequestsResponse:
# We set an explicit timeout because this request can take a long time and
# the default was too short. Ideally B&T would fix this on their end, but
# in the meantime we need to work around it.
response = self.request(url, "POST", params=params, timeout=10)
response = self.request(url, "POST", params=params, timeout=15)
return response

def checkin(self, patron: Patron, pin: str, licensepool: LicensePool) -> None:
Expand Down

0 comments on commit fb51b97

Please sign in to comment.