Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions e2e/cluster/cmx/cluster.go
Original file line number Diff line number Diff line change
Expand Up @@ -147,10 +147,6 @@ func NewNode(in *ClusterInput, index int, networkID string) (*Node, error) {
}
node := nodes[0]

// TODO (@salah): remove this once the bug is fixed in CMX
// note: the vm gets marked as ready before the services are actually running
time.Sleep(30 * time.Second)

sshEndpoint, err := getSSHEndpoint(node.ID)
if err != nil {
return nil, fmt.Errorf("get ssh endpoint for node %s: %v", nodeName, err)
Expand Down
Loading