Skip to content

Commit 5fbe92a

Browse files
authored
Increase CMX create nodes timeout to 10m (#2245)
1 parent 30a4b3b commit 5fbe92a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

e2e/cluster/cmx/cluster.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ func NewNodes(in *ClusterInput) ([]Node, error) {
6868
"vm", "create",
6969
"--name", "ec-test-suite",
7070
"--count", strconv.Itoa(in.Nodes),
71-
"--wait", "5m",
71+
"--wait", "10m",
7272
"-ojson",
7373
}
7474
if in.Distribution != "" {

0 commit comments

Comments
 (0)