Merge pull request #79731 from rajansandeep/ptrtest

Edit google DNS hostname
This commit is contained in:
Kubernetes Prow Robot
2019-07-03 13:53:05 -07:00
committed by GitHub

View File

@@ -35,7 +35,7 @@ type dnsFederationsConfigMapTest struct {
}
var (
googleDNSHostname = "google-public-dns-a.google.com"
googleDNSHostname = "dns.google"
// The ConfigMap update mechanism takes longer than the standard
// wait.ForeverTestTimeout.
moreForeverTestTimeout = 2 * 60 * time.Second