Skip to content
Snippets Groups Projects
Commit d51e32f0 authored by Karim Ahmed's avatar Karim Ahmed
Browse files

Increase proxy request timeout

parent 6ffb5701
No related branches found
No related tags found
1 merge request!1Increase proxy request timeout
......@@ -50,7 +50,7 @@ class XFELOauthClient:
self.scope = scope
self.token_url = token_url
self.http_client = AsyncHTTPClient()
self.http_client = AsyncHTTPClient(defaults=dict(request_timeout=120))
self.oauth_client = BackendApplicationClient(client_id, scope=scope)
async def get_token(self):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment