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
commit bc5dc03bb7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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