Restore default polling period of resource-gatherer

This commit is contained in:
Shyam Jeedigunta 2017-11-15 23:15:28 +01:00
parent 28c483e161
commit a350825612

View File

@ -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)