diff --git a/tests/functional/util.go b/tests/functional/util.go index 87be4e989..7544e3fbc 100644 --- a/tests/functional/util.go +++ b/tests/functional/util.go @@ -130,7 +130,7 @@ func CreateCluster(size int, procAttr *os.ProcAttr, ssl bool) ([][]string, []*os // which slows tests way down and some of them fail. if i == 0 { client := buildClient() - err = WaitServerUp("127.0.0.1:4001", client, "http") + err = WaitForServer("127.0.0.1:4001", client, "http") if err != nil { return nil, nil, err }