Skip to content
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

test_timeout failing with excon adapter #272

Closed
pravi opened this issue May 16, 2013 · 1 comment
Closed

test_timeout failing with excon adapter #272

pravi opened this issue May 16, 2013 · 1 comment

Comments

@pravi
Copy link

pravi commented May 16, 2013

......................F

Failure: Faraday::Error::TimeoutError exception expected but none was thrown.
test_timeout(Adapters::ExconTest)
/media/forge/debian/diaspora/ruby-faraday-0.8.7/test/adapters/integration.rb:164:in `test_timeout'
161:
162: def test_timeout
163: conn = create_connection(:request => {:timeout => 1, :open_timeout => 1})
=> 164: assert_raise Faraday::Error::TimeoutError do
165: conn.get '/slow'
166: end

167: end

...............................................................................
.....

Finished in 13.704968697 seconds.

107 tests, 124 assertions, 1 failures, 0 errors, 0 pendings, 0 omissions, 0 notifications
99.0654% passed

@pravi
Copy link
Author

pravi commented May 19, 2013

Something is messed up with my ruby environment. I was not able to reproduce this in a clean environment.

@pravi pravi closed this as completed May 19, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant