Include seconds waited in e2e/kubectl.go timeout message.

This commit is contained in:
Jeff Lowdermilk
2015-03-06 16:54:16 -08:00
parent ca265c5705
commit 8ab723404f

View File

@@ -157,7 +157,7 @@ func validateController(c *client.Client, image string, replicas int) {
return
}
}
Failf("Timed out waiting for %s pods to reach valid state", updateDemoSelector)
Failf("Timed out after %d seconds waiting for %s pods to reach valid state", podStartTimeout.Seconds(), updateDemoSelector)
}
type updateDemoData struct {