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

Fail fast if waiting for SSH to be available #6625

Merged
merged 3 commits into from
Feb 14, 2020

Commits on Feb 13, 2020

  1. Fail fast if waiting for SSH to be available

    Integration tests were running long because we'd wait up to 22 minutes for SSH to succeed while creating the host. This commit introduces a two minute timer on creating the host. On my Macbook Pro with the docker driver, creating the host takes 5 seconds, so 2 minutes should be more than enough time.
    
    Refer to kubernetes#6608
    Priya Wadhwa committed Feb 13, 2020
    Configuration menu
    Copy the full SHA
    8fc787b View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2020

  1. rebased on master

    Priya Wadhwa committed Feb 14, 2020
    Configuration menu
    Copy the full SHA
    01039b2 View commit details
    Browse the repository at this point in the history
  2. reinsert comment

    Priya Wadhwa committed Feb 14, 2020
    Configuration menu
    Copy the full SHA
    59abf60 View commit details
    Browse the repository at this point in the history