mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-10 20:42:26 +00:00
Add a little bit more logging to a test so that if it times out we have more debugging.
This commit is contained in:
parent
58abb40f6c
commit
01572617d4
@ -485,6 +485,7 @@ func TestClusterDNS(c *client.Client) bool {
|
||||
if len(failed) == 0 {
|
||||
break
|
||||
}
|
||||
glog.Infof("lookups failed for: %v", failed)
|
||||
time.Sleep(3 * time.Second)
|
||||
}
|
||||
if len(failed) != 0 {
|
||||
|
Loading…
Reference in New Issue
Block a user