mirror of
https://git.vectorsigma.ru/public/k3s.git
synced 2026-08-03 16:30:00 +00:00
Bump timeouts for slow arm Drone runners
Signed-off-by: Derek Nola <derek.nola@suse.com>
This commit is contained in:
@@ -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())
|
||||
|
||||
Reference in New Issue
Block a user