From 07015bf43c95547130c0c807b4a1b86488346b87 Mon Sep 17 00:00:00 2001 From: Thomas Stromberg Date: Fri, 5 Oct 2018 14:02:04 -0700 Subject: [PATCH] Improve wording. --- test/integration/cluster_dns_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/integration/cluster_dns_test.go b/test/integration/cluster_dns_test.go index 7ae909e32..37b6e1f61 100644 --- a/test/integration/cluster_dns_test.go +++ b/test/integration/cluster_dns_test.go @@ -63,7 +63,7 @@ func waitForDNS(t *testing.T, c kubernetes.Interface) { t.Fatalf("Waited too long for k8s-app=kube-dns pods") } if err := commonutil.WaitForDeploymentToStabilize(c, "kube-system", "kube-dns", time.Minute*2); err != nil { - t.Fatalf("kube-dns deployment failed became stable within 2 minutes") + t.Fatalf("kube-dns deployment failed to stabilize within 2 minutes") } } -- GitLab