aboutsummaryrefslogtreecommitdiffstats
path: root/modules/mga-mirrors/files
diff options
context:
space:
mode:
Diffstat (limited to 'modules/mga-mirrors/files')
-rwxr-xr-xmodules/mga-mirrors/files/check_mirrors_status2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/mga-mirrors/files/check_mirrors_status b/modules/mga-mirrors/files/check_mirrors_status
index 465b22dc..7e902549 100755
--- a/modules/mga-mirrors/files/check_mirrors_status
+++ b/modules/mga-mirrors/files/check_mirrors_status
@@ -13,7 +13,7 @@ def get_dates(base, archs_per_distro, optional=true)
archs.each{|a|
begin
r[d][a] = get_date(base, d, a)
- rescue Timeout::Error, ArgumentError, NoMethodError, Errno::EHOSTUNREACH => e
+ rescue Net::OpenTimeout, Timeout::Error, ArgumentError, NoMethodError, Errno::EHOSTUNREACH => e
if !optional then
raise
end