diff --git a/test/e2e/cadvisor.go b/test/e2e/cadvisor.go index 709b8b40f62..d1e5fc92c32 100644 --- a/test/e2e/cadvisor.go +++ b/test/e2e/cadvisor.go @@ -27,8 +27,8 @@ import ( const ( timeout = 1 * time.Minute - maxRetries = 10 - sleepDuration = time.Minute + maxRetries = 6 + sleepDuration = 10 * time.Second ) var _ = Describe("Cadvisor", func() {