Unverified Commit ded83878 authored by Kubernetes Submit Queue's avatar Kubernetes Submit Queue Committed by GitHub

Merge pull request #55820 from shyamjvs/restore-resource-gatherer-pollperiod-default

Automatic merge from submit-queue. If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md">here</a>. Restore default polling period of resource-gatherer Fixes https://github.com/kubernetes/kubernetes/issues/55818 /cc @jiayingz @mindprince
parents 5f43fc8c a3508256
......@@ -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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment