just increase the timeout here for now. works around issue 5714

This commit is contained in:
Kevin Fenzi 2017-01-31 19:45:25 +00:00
parent 8b7dc003e9
commit 8e0461533a

View file

@ -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" %}