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
commit 3c675ade25
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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