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): # {{{