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

[Windows] Fix timeout value for EnableHostInterface #2081

Commits on Apr 13, 2021

  1. [Windows] Fix timeout value for EnableHostInterface

    The second parameter to wait.PollImmediate (the timeout) is a
    time.Duration value. When using 5 as the parameter value, it is
    interpreted as 5ns, and not 5s. This means that EnableHostInterface
    basically never does any retry.
    antoninbas committed Apr 13, 2021
    Configuration menu
    Copy the full SHA
    675e51e View commit details
    Browse the repository at this point in the history