Skip to content

Commit

Permalink
increase time
Browse files Browse the repository at this point in the history
Signed-off-by: Yi Rae Kim <[email protected]>
  • Loading branch information
yiraeChristineKim committed Oct 31, 2023
1 parent 1359420 commit f32df77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/gatekeeper_controller_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -536,7 +536,7 @@ var _ = Describe("Gatekeeper", Label("gatekeeper-controller"), func() {
g.Expect(validatingWebhookConfiguration.Webhooks[0].Rules[0].Operations[0]).Should(BeEquivalentTo("*"))
g.Expect(validatingWebhookConfiguration.Webhooks[1].Rules[0].Operations).Should(HaveLen(1))
g.Expect(validatingWebhookConfiguration.Webhooks[1].Rules[0].Operations[0]).Should(BeEquivalentTo("*"))
}, timeout, pollInterval).Should(Succeed())
}, timeout*2, pollInterval).Should(Succeed())

By("MutatingWebhookConfiguration Rules should have 1 operations")
Eventually(func(g Gomega) {
Expand Down

0 comments on commit f32df77

Please sign in to comment.