edit google dns hostname

This commit is contained in:
Sandeep Rajan 2019-07-03 10:40:16 -04:00
parent f9a7ca8bab
commit 9e683fab30

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