This commit is contained in:
Simon 2018-07-20 13:39:23 -04:00
parent 1df5d194d2
commit d3801adf74

View File

@ -90,7 +90,7 @@ class HttpDirectory(RemoteDirectory):
)
MAX_RETRIES = 2
TIMEOUT = 1
TIMEOUT = 25
def __init__(self, url):
super().__init__(url)