Commit 01572617 authored by Brendan Burns's avatar Brendan Burns

Add a little bit more logging to a test so that if it times out we have more debugging.

parent 58abb40f
......@@ -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 {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment