From fb51b97359b5de0091953b2cb737b5d79ac7a63d Mon Sep 17 00:00:00 2001 From: Jonathan Green Date: Thu, 4 Jul 2024 09:46:17 -0300 Subject: [PATCH] Make it 15 seconds --- src/palace/manager/api/axis.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/palace/manager/api/axis.py b/src/palace/manager/api/axis.py index f8e5ed755..fa35a6915 100644 --- a/src/palace/manager/api/axis.py +++ b/src/palace/manager/api/axis.py @@ -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: