From a350825612cf8468f1649c185afd0d64c90820dc Mon Sep 17 00:00:00 2001 From: Shyam Jeedigunta Date: Wed, 15 Nov 2017 23:15:28 +0100 Subject: [PATCH] Restore default polling period of resource-gatherer --- test/e2e/framework/framework.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/e2e/framework/framework.go b/test/e2e/framework/framework.go index d75bfb93f19..69e47549f52 100644 --- a/test/e2e/framework/framework.go +++ b/test/e2e/framework/framework.go @@ -206,7 +206,7 @@ func (f *Framework) BeforeEach() { InKubemark: ProviderIs("kubemark"), MasterOnly: TestContext.GatherKubeSystemResourceUsageData == "master", ResourceDataGatheringPeriod: 60 * time.Second, - ProbeDuration: 5 * time.Second, + ProbeDuration: 15 * time.Second, }, nil) if err != nil { Logf("Error while creating NewResourceUsageGatherer: %v", err)