]> git.ipfire.org Git - ipfire.org.git/commitdiff
mirrors: Wait longer to receive the filelist
authorMichael Tremer <michael.tremer@ipfire.org>
Mon, 12 May 2025 09:49:32 +0000 (09:49 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Mon, 12 May 2025 09:49:32 +0000 (09:49 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
src/backend/mirrors.py

index 6e6a4b1535e450e6352b52372dd909b6e053f31a..3269d50a9ff56447e1940f2c5d91cdc6fbd7e15d 100644 (file)
@@ -310,7 +310,7 @@ class Mirror(Object):
 
                                # Don't wait very long for this
                                connect_timeout = 10,
-                               request_timeout = 10,
+                               request_timeout = 30,
                        )
                except tornado.httpclient.HTTPError as e:
                        logging.warning("Error getting filelist from %s: %s" % (self.hostname, e))