From 8e0461533a3ffdcb4cf64f17f60417af0fdbe570 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Tue, 31 Jan 2017 19:45:25 +0000 Subject: [PATCH] just increase the timeout here for now. works around issue 5714 --- roles/membership-map/build/templates/membership-mwclient.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/membership-map/build/templates/membership-mwclient.py b/roles/membership-map/build/templates/membership-mwclient.py index bd7aad7df1..6f53d98f35 100644 --- a/roles/membership-map/build/templates/membership-mwclient.py +++ b/roles/membership-map/build/templates/membership-mwclient.py @@ -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" %}