diff --git a/test/e2e/kubectl.go b/test/e2e/kubectl.go index 2cb1efba56a..97bd06da282 100644 --- a/test/e2e/kubectl.go +++ b/test/e2e/kubectl.go @@ -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 {