Skip to content

Commit 9f2c218

Browse files
committed
Update
1 parent 1871af6 commit 9f2c218

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/openshift/e2e/ginkgo/parallel/1-055_validate_notification_controller_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ var _ = Describe("GitOps Operator Parallel E2E Tests", func() {
159159
})
160160

161161
By("verifying notification controller k8s resources are deleted")
162-
Eventually(notifDepl, "60m", "5s").Should(k8sFixture.NotExistByName())
162+
Eventually(notifDepl, "3m", "5s").Should(k8sFixture.NotExistByName())
163163
Eventually(notifSecret).Should(k8sFixture.NotExistByName())
164164
Eventually(notifCM).Should(k8sFixture.NotExistByName())
165165
Eventually(notifSA).Should(k8sFixture.NotExistByName())

0 commit comments

Comments
 (0)