diff --git a/tests/e2e/namespa-scoped/namespace_scoped_rollouts_test.go b/tests/e2e/namespa-scoped/namespace_scoped_rollouts_test.go index 7a3b29f..13f726c 100644 --- a/tests/e2e/namespa-scoped/namespace_scoped_rollouts_test.go +++ b/tests/e2e/namespa-scoped/namespace_scoped_rollouts_test.go @@ -155,7 +155,7 @@ var _ = Describe("Namespace-scoped RolloutManager tests", func() { Name: controllers.DefaultArgoRolloutsResourceName, Namespace: nsName1, }, - }, "30s", "1s").ShouldNot(k8s.ExistByName(k8sClient)) + }, "1m", "2s").ShouldNot(k8s.ExistByName(k8sClient)) By("2nd RM: Delete 2nd Rollout CR and ensure it is not recreated.") rollout2 := rv1alpha1.Rollout{