We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30a4b3b commit 5fbe92aCopy full SHA for 5fbe92a
e2e/cluster/cmx/cluster.go
@@ -68,7 +68,7 @@ func NewNodes(in *ClusterInput) ([]Node, error) {
68
"vm", "create",
69
"--name", "ec-test-suite",
70
"--count", strconv.Itoa(in.Nodes),
71
- "--wait", "5m",
+ "--wait", "10m",
72
"-ojson",
73
}
74
if in.Distribution != "" {
0 commit comments