From 68abb4d5d4843349cd759d095a8c16f7bd8b0f4c Mon Sep 17 00:00:00 2001 From: Vishnu Kannan Date: Mon, 30 Mar 2015 18:53:51 +0000 Subject: [PATCH] Reduce cadvisor e2e test timeout since cadvisor is now part of the kubelet binary. --- test/e2e/cadvisor.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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() {