Improve wording.

pull/3222/head
Thomas Stromberg 2018-10-05 14:02:04 -07:00
parent 3d3926fd73
commit 07015bf43c
1 changed files with 1 additions and 1 deletions

View File

@ -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")
}
}