This repository has been archived by the owner on May 7, 2021. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
platform/machine/aws: limit console log timeout to 5 minutes
util.Retry() doesn't account for the time consumed by one attempt. util.WaitUntilReady() does. Behavior change: Retry() makes the first attempt immediately, while WaitUntilReady() waits until the end of the first interval.
- Loading branch information