just increase the timeout here for now. works around issue 5714
This commit is contained in:
parent
8b7dc003e9
commit
8e0461533a
1 changed files with 1 additions and 1 deletions
|
@ -102,7 +102,7 @@ def calc_list():
|
|||
base_url = 'https://admin.fedoraproject.org/accounts/'
|
||||
{% endif %}
|
||||
|
||||
fas = AccountSystem(base_url=base_url, username=username, password=password)
|
||||
fas = AccountSystem(base_url=base_url, username=username, password=password, timeout=600)
|
||||
|
||||
# Call fedoraproject API with mwclient
|
||||
{% if env == "staging" %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue