From 594c52a7af2a9fdec26b00e3763f16847b112ddb Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Thu, 1 Feb 2018 13:06:34 +0530 Subject: [PATCH] Double plugin mirror download timeout --- setup/plugins_mirror.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/plugins_mirror.py b/setup/plugins_mirror.py index 2fe7d5cf41..3f2f63b747 100644 --- a/setup/plugins_mirror.py +++ b/setup/plugins_mirror.py @@ -27,7 +27,7 @@ INDEX = MR_URL + 'showpost.php?p=1362767&postcount=1' IndexEntry = namedtuple('IndexEntry', 'name url donate history uninstall deprecated thread_id') u = HTMLParser.HTMLParser().unescape -socket.setdefaulttimeout(60) +socket.setdefaulttimeout(120) def read(url, get_info=False): # {{{