diff --git a/test/integration/cluster_dns_test.go b/test/integration/cluster_dns_test.go index 7ae909e32c115e39b12425bd012e3d23458468dd..37b6e1f612b25af6f95db2d300201ee15861d2e8 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") } }