Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Remove 1 sec socket timeout in dev mode (becomes 2 sec as in normal m… #3369

Merged

Conversation

dsiganos
Copy link
Contributor

@dsiganos dsiganos commented Jul 6, 2021

…ode)

A 1 second timeout seems a little too aggressive even in dev mode.
It can lead to false failures in tests.

Also, it is a complication too far. It is an extra logical branch,
a complication that, as far as I can see, it does not give us anything
useful, except from the possibility of slightly faster unit test runs but
reliability should be more important than a possible slight speed increase
in unit test execution.

…ode)

A 1 second timeout seems a little too aggressive even in dev mode.
It can lead to false failures in tests.

Also, it is a complication too far. It is an extra logical branch,
a complication that, as far as I can see, it does not give us anything
useful, except from the possibility of slightly faster unit test runs but
reliability should be more important than a possible slight speed increase
in unit test execution.
@dsiganos dsiganos merged commit 3668e45 into nanocurrency:develop Jul 6, 2021
@zhyatt zhyatt added the debug Updates assisting with debugging and development efforts label Jul 6, 2021
@zhyatt zhyatt added this to the V23.0 milestone Jul 6, 2021
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
debug Updates assisting with debugging and development efforts
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants