Merge pull request #107768 from mmiranda96/fix/stats-summary-timeout

Extend deadline for /stats/summary test
This commit is contained in:
Kubernetes Prow Robot 2022-01-26 10:40:00 -08:00 committed by GitHub
commit ea80a4581e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -68,7 +68,7 @@ var _ = SIGDescribe("Summary API [NodeConformance]", func() {
} }
} }
return nil 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") ginkgo.By("Waiting 15 seconds for cAdvisor to collect 2 stats points")
time.Sleep(15 * time.Second) time.Sleep(15 * time.Second)