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

added configuration for the delay and mintimeout for slow hardware #139

Open
wants to merge 6 commits into
base: main
Choose a base branch
from

Conversation

shekeriev
Copy link

Added an option to control the configuration of the provider:
provider virtualbox {
delay = 60 // default hardcoded value was 30
mintimeout = 5 // default hardcoded value was 1
}
This will allow waiting for the VMs to become ready even on slow hardware and will give control over this to the end-user.

@netcarver
Copy link

@VoyTechnology Looks like this PR could be quite useful.

@PTangeL
Copy link

PTangeL commented Jan 16, 2024

@VoyTechnology would be great to put this feature in

virtualbox/provider.go Outdated Show resolved Hide resolved
virtualbox/provider.go Outdated Show resolved Hide resolved
virtualbox/provider.go Outdated Show resolved Hide resolved
website/docs/index.html.markdown Outdated Show resolved Hide resolved
virtualbox/resource_vm.go Outdated Show resolved Hide resolved
website/docs/index.html.markdown Outdated Show resolved Hide resolved
website/docs/r/vm.html.markdown Outdated Show resolved Hide resolved
@shekeriev
Copy link
Author

Sure, I will address the suggestions in the next few days

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants