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