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

http.read_timeout after failing test #30

Open
killian90 opened this issue Aug 1, 2014 · 0 comments
Open

http.read_timeout after failing test #30

killian90 opened this issue Aug 1, 2014 · 0 comments

Comments

@killian90
Copy link

I'm trying to resolve an issue around what happens when one of our tests fail.

At the moment, if a test fails, Frank read_timeouts for approximately 120seconds before moving on the next test. From what I can tell this is linked to the default read_timeout (60s) not being overridden in either of the gateway.rb files in frank-cucumber.

frank-cucumber-1.2.2/lib/frank-cucumber/gateway.rb
frank-cucumber-1.2.3/lib/frank-cucumber/gateway.rb

I can override this by setting the read_timeout (http.read_timeout = 1) in both these files, but modifying the gems isn't a route I want to go down as it requires manual changes on a number of machines.

My question essentially, is if everybody else experiences this timeout, or is it something dumb we are doing on our end?

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