Skip to content

Commit

Permalink
Make hyperv pass
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
baude committed Dec 12, 2023
1 parent d8c6ca6 commit e5c726d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/machine/e2e/config_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ import (
var originalHomeDir = os.Getenv("HOME")

const (
defaultTimeout = 90 * time.Second
defaultTimeout = 240 * time.Second
)

type machineCommand interface {
Expand Down

0 comments on commit e5c726d

Please sign in to comment.