Merge pull request #79745 from BenTheElder/automated-cherry-pick-of-#79731-upstream-release-1.15

Automated cherry pick of #79731: edit google dns hostname
k3s-v1.15.3
Kubernetes Prow Robot 2019-07-04 06:01:42 -07:00 committed by GitHub
commit 8e12d159bd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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