Timeouts out of Faraday are totally predictable.

Fixes #16
This commit is contained in:
R. Tyler Croy 2017-12-22 11:43:18 -08:00
parent f6d2c9b389
commit 352f13c5cd
No known key found for this signature in database
GPG Key ID: 1426C7DC3F51E16F
1 changed files with 1 additions and 0 deletions

View File

@ -15,6 +15,7 @@ module CodeValet
Errno::ECONNRESET, Errno::ECONNRESET,
EOFError, EOFError,
Faraday::ConnectionFailed, Faraday::ConnectionFailed,
Faraday::TimeoutError,
Net::HTTPBadResponse, Net::HTTPBadResponse,
Net::HTTPHeaderSyntaxError, Net::HTTPHeaderSyntaxError,
Net::ProtocolError, Net::ProtocolError,