mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 11:50:44 +00:00
Increase the timeout to allow summary test pod to start
Signed-off-by: Harshal Patil <harpatil@redhat.com>
This commit is contained in:
parent
8bdd10b7d7
commit
199b49941f
@ -338,7 +338,7 @@ var _ = framework.KubeDescribe("Summary API [NodeConformance]", func() {
|
|||||||
|
|
||||||
ginkgo.By("Validating /stats/summary")
|
ginkgo.By("Validating /stats/summary")
|
||||||
// Give pods a minute to actually start up.
|
// Give pods a minute to actually start up.
|
||||||
gomega.Eventually(getNodeSummary, 1*time.Minute, 15*time.Second).Should(matchExpectations)
|
gomega.Eventually(getNodeSummary, 90*time.Second, 15*time.Second).Should(matchExpectations)
|
||||||
// Then the summary should match the expectations a few more times.
|
// Then the summary should match the expectations a few more times.
|
||||||
gomega.Consistently(getNodeSummary, 30*time.Second, 15*time.Second).Should(matchExpectations)
|
gomega.Consistently(getNodeSummary, 30*time.Second, 15*time.Second).Should(matchExpectations)
|
||||||
})
|
})
|
||||||
|
Loading…
Reference in New Issue
Block a user