bump response timeout
This commit is contained in:
parent
56c90d9c83
commit
c70e4958b9
@ -18,6 +18,6 @@ async def does_user_have_subscription_credits(
|
||||
"Authorization": f"Bearer {auth_token}",
|
||||
}
|
||||
|
||||
response = await client.post(url, headers=headers)
|
||||
response = await client.post(url, headers=headers, timeout=60)
|
||||
parsed_response = SubscriptionCreditsResponse.parse_obj(response.json())
|
||||
return parsed_response
|
||||
|
||||
Loading…
Reference in New Issue
Block a user