Skip to content

Commit 98ac553

Browse files
committed
Give a bit more time to redeploy
1 parent 9146ec7 commit 98ac553

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/e2e/func_deploy_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ var _ = Describe("Operator", Ordered, func() {
132132
g.Expect(false).To(BeTrue(), "Ready condition not found")
133133
}
134134

135-
Eventually(funcBecomeReady, 2*time.Minute).Should(Succeed())
135+
Eventually(funcBecomeReady, 6*time.Minute).Should(Succeed()) // redeploy could take a bit longer therefore give a bit more time
136136
})
137137
})
138138
Context("with a not yet deployed function", func() {

0 commit comments

Comments
 (0)