-
Notifications
You must be signed in to change notification settings - Fork 97
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Failing to catch Net::ReadTimeout #100
Comments
I have a similar thing going on with mine. On my CI server, Relevant stack trace:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It seems this is unable to retry on certain exceptions like
Net::ReadTimout
. Here's my stack trace:It looks like this library calls
ex.run
which throws the Net::ReadTimeout error and RSpec fails to put it intoexample.exception
? Would this benefit from a begin/rescue around theex.run
call for these catastrophic cases?The text was updated successfully, but these errors were encountered: