Skip to content

Commit

Permalink
Merge pull request kubernetes#3255 from brendandburns/master
Browse files Browse the repository at this point in the history
Add a little bit more logging to a test
  • Loading branch information
brendandburns committed Jan 7, 2015
2 parents 0d69093 + 0157261 commit 39d1c1a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/e2e/e2e.go
Original file line number Diff line number Diff line change
Expand Up @@ -541,6 +541,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 {
Expand Down

0 comments on commit 39d1c1a

Please sign in to comment.