Restore default polling period of resource-gatherer
This commit is contained in:
@@ -206,7 +206,7 @@ func (f *Framework) BeforeEach() {
|
|||||||
InKubemark: ProviderIs("kubemark"),
|
InKubemark: ProviderIs("kubemark"),
|
||||||
MasterOnly: TestContext.GatherKubeSystemResourceUsageData == "master",
|
MasterOnly: TestContext.GatherKubeSystemResourceUsageData == "master",
|
||||||
ResourceDataGatheringPeriod: 60 * time.Second,
|
ResourceDataGatheringPeriod: 60 * time.Second,
|
||||||
ProbeDuration: 5 * time.Second,
|
ProbeDuration: 15 * time.Second,
|
||||||
}, nil)
|
}, nil)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
Logf("Error while creating NewResourceUsageGatherer: %v", err)
|
Logf("Error while creating NewResourceUsageGatherer: %v", err)
|
||||||
|
Reference in New Issue
Block a user