-
Notifications
You must be signed in to change notification settings - Fork 63
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
Do not reuse the same timeout during connection timeout #72
Do not reuse the same timeout during connection timeout #72
Conversation
There is a failing test case which I am not sure is related to my change:
|
228acba
to
4cb069e
Compare
All the tests pass in both in OTP-21/OTP-22 in my local machine and I can not seem to reproduce this test failure. It would be nice if I could get some traction on this PR. |
why isn't this merged yet. |
@zmstone to be honest I don't know, maybe because there is a failing test case. |
I think @enidgjoleka is correct:
|
likely caused by inter test case race condition. |
Hi,
This PR tries to address two points:
This PR tries to use the "remaining timeout" in the different phases.
Please let me know if I missed something!