mirror of https://github.com/k3s-io/k3s.git
Bump timeouts for slow arm Drone runners
Signed-off-by: Derek Nola <derek.nola@suse.com>pull/11737/head
parent
090f738182
commit
e575620487
|
@ -32,7 +32,7 @@ var _ = Describe("LazyPull Tests", Ordered, func() {
|
|||
Expect(config.ProvisionServers(1)).To(Succeed())
|
||||
Eventually(func() error {
|
||||
return tests.CheckDeployments([]string{"coredns", "local-path-provisioner", "metrics-server", "traefik"}, config.KubeconfigFile)
|
||||
}, "60s", "5s").Should(Succeed())
|
||||
}, "90s", "5s").Should(Succeed())
|
||||
Eventually(func() error {
|
||||
return tests.NodesReady(config.KubeconfigFile, config.GetNodeNames())
|
||||
}, "40s", "5s").Should(Succeed())
|
||||
|
|
|
@ -109,7 +109,7 @@ var _ = Describe("Skew Tests", Ordered, func() {
|
|||
Expect(config.ProvisionServers(3)).To(Succeed())
|
||||
Eventually(func() error {
|
||||
return tests.CheckDeployments([]string{"coredns", "local-path-provisioner", "metrics-server", "traefik"}, config.KubeconfigFile)
|
||||
}, "60s", "5s").Should(Succeed())
|
||||
}, "90s", "5s").Should(Succeed())
|
||||
Eventually(func(g Gomega) {
|
||||
g.Expect(tests.ParseNodes(config.KubeconfigFile)).To(HaveLen(3))
|
||||
g.Expect(tests.NodesReady(config.KubeconfigFile, config.GetNodeNames())).To(Succeed())
|
||||
|
|
Loading…
Reference in New Issue