diff --git a/test/e2e_node/summary_test.go b/test/e2e_node/summary_test.go index 704476a672c..223098b39c9 100644 --- a/test/e2e_node/summary_test.go +++ b/test/e2e_node/summary_test.go @@ -68,7 +68,7 @@ var _ = SIGDescribe("Summary API [NodeConformance]", func() { } } return nil - }, time.Minute, 5*time.Second).Should(gomega.BeNil()) + }, 2*time.Minute, 5*time.Second).Should(gomega.BeNil()) ginkgo.By("Waiting 15 seconds for cAdvisor to collect 2 stats points") time.Sleep(15 * time.Second)