mirror of
https://github.com/containers/podman.git
synced 2025-11-30 10:07:33 +08:00
Tweaks and cleanups to prepare hyperv for CI
Small fixes for bugs in the hyperv code that were made obvious when manually preparing to run pkg/machine/e2e with windows and hyperv. Also includes vendoring a new libhvee and solves bug where json config was not being removed. [NO NEW TESTS NEEDED] Signed-off-by: Brent Baude <bbaude@redhat.com>
This commit is contained in:
2
vendor/github.com/containers/libhvee/pkg/hypervctl/vm.go
generated
vendored
2
vendor/github.com/containers/libhvee/pkg/hypervctl/vm.go
generated
vendored
@@ -240,7 +240,7 @@ func (vm *VirtualMachine) Stop() error {
|
||||
}
|
||||
|
||||
// Wait for vm to actually *be* down
|
||||
for i := 0; i < 25; i++ {
|
||||
for i := 0; i < 200; i++ {
|
||||
refreshVM, err := vm.vmm.GetMachine(vm.ElementName)
|
||||
if err != nil {
|
||||
return err
|
||||
|
||||
Reference in New Issue
Block a user