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

Merge branch 'fix/increase_request_timeout' into 'main'

Increase proxy request timeout

See merge request !1
parents 6ffb5701 d51e32f0
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