Skip to content

Commit 5fbd9c0

Browse files
committed
Bump timeouts for slow arm Drone runners
Signed-off-by: Derek Nola <[email protected]>
1 parent 19034be commit 5fbd9c0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/docker/lazypull/lazypull_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ var _ = Describe("LazyPull Tests", Ordered, func() {
3232
Expect(config.ProvisionServers(1)).To(Succeed())
3333
Eventually(func() error {
3434
return tests.CheckDeployments([]string{"coredns", "local-path-provisioner", "metrics-server", "traefik"}, config.KubeconfigFile)
35-
}, "60s", "5s").Should(Succeed())
35+
}, "90s", "5s").Should(Succeed())
3636
Eventually(func() error {
3737
return tests.NodesReady(config.KubeconfigFile, config.GetNodeNames())
3838
}, "40s", "5s").Should(Succeed())

tests/docker/skew/skew_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ var _ = Describe("Skew Tests", Ordered, func() {
109109
Expect(config.ProvisionServers(3)).To(Succeed())
110110
Eventually(func() error {
111111
return tests.CheckDeployments([]string{"coredns", "local-path-provisioner", "metrics-server", "traefik"}, config.KubeconfigFile)
112-
}, "60s", "5s").Should(Succeed())
112+
}, "90s", "5s").Should(Succeed())
113113
Eventually(func(g Gomega) {
114114
g.Expect(tests.ParseNodes(config.KubeconfigFile)).To(HaveLen(3))
115115
g.Expect(tests.NodesReady(config.KubeconfigFile, config.GetNodeNames())).To(Succeed())

0 commit comments

Comments
 (0)