X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=common%2Fpython%2Frift%2Fdownloader%2Furl.py;h=b6921c560212b6550b9d28f7a287b7848955e4cf;hb=09a4ad89ac56d9726dc991cf20841e31dd7ebd30;hp=7ffb99970f7598b26aea19985292a66add4d0e61;hpb=e5e3d749b08c68884b5c328403378215cb9209ab;p=osm%2FSO.git diff --git a/common/python/rift/downloader/url.py b/common/python/rift/downloader/url.py index 7ffb9997..b6921c56 100644 --- a/common/python/rift/downloader/url.py +++ b/common/python/rift/downloader/url.py @@ -182,7 +182,7 @@ class UrlDownloader(base.AbstractDownloader): def _download(self): - url_options = {"verify": False, "timeout": 1} + url_options = {"verify": False, "timeout": 10} if self.auth is not None: url_options["auth"] = self.auth