Browse Source

Update Net::OpenTimeout exception

pull/389/head
Dave Machado 6 years ago
committed by GitHub
parent
commit
96dbf27f6a
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      build/validate_links.rb

+ 2
- 0
build/validate_links.rb View File

@@ -51,6 +51,8 @@ links.each do |link|
end
rescue Net::ReadTimeout
fails.push("(TMO): #{link}")
rescue Net::OpenTimeout
fails.push("(TMO): #{link}")
rescue OpenSSL::SSL::SSLError
fails.push("(SSL): #{link}")
rescue SocketError


Loading…
Cancel
Save