Make hyperv pass

It seems CI generally needs a little more of a default timeout to
complete the init and boot process of a machine.  This extends the
timeout from 90 seconds to 240 seconds.

[NO NEW TESTS NEEDED]

Signed-off-by: Brent Baude <bbaude@redhat.com>
This commit is contained in:
Brent Baude
2023-12-11 13:40:04 -06:00
parent d8c6ca6c1b
commit e5c726daff

View File

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