Merge pull request #20990 from baude/hypervbehave

Make hyperv pass
This commit is contained in:
openshift-merge-bot[bot]
2023-12-13 12:39:01 +00:00
committed by GitHub

View File

@ -23,7 +23,7 @@ import (
var originalHomeDir = os.Getenv("HOME")
const (
defaultTimeout = 90 * time.Second
defaultTimeout = 240 * time.Second
)
type machineCommand interface {