mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-27 21:47:07 +00:00
Increase timeout to avoid test flaking in resize_nodes.go.
This commit is contained in:
parent
a818ec4346
commit
5acb667ce9
@ -130,9 +130,9 @@ var _ = SIGDescribe("Nodes [Disruptive]", func() {
|
|||||||
err = e2enode.WaitForReadyNodes(c, int(originalNodeCount-1), 10*time.Minute)
|
err = e2enode.WaitForReadyNodes(c, int(originalNodeCount-1), 10*time.Minute)
|
||||||
framework.ExpectNoError(err)
|
framework.ExpectNoError(err)
|
||||||
|
|
||||||
ginkgo.By("waiting 1 minute for the watch in the podGC to catch up, remove any pods scheduled on " +
|
ginkgo.By("waiting 2 minutes for the watch in the podGC to catch up, remove any pods scheduled on " +
|
||||||
"the now non-existent node and the RC to recreate it")
|
"the now non-existent node and the RC to recreate it")
|
||||||
time.Sleep(time.Minute)
|
time.Sleep(2 * time.Minute)
|
||||||
|
|
||||||
ginkgo.By("verifying whether the pods from the removed node are recreated")
|
ginkgo.By("verifying whether the pods from the removed node are recreated")
|
||||||
err = e2epod.VerifyPods(c, ns, name, true, originalNodeCount)
|
err = e2epod.VerifyPods(c, ns, name, true, originalNodeCount)
|
||||||
|
Loading…
Reference in New Issue
Block a user