diff --git a/controllers/helper_test.go b/controllers/helper_test.go index 805c2a680..edde09529 100644 --- a/controllers/helper_test.go +++ b/controllers/helper_test.go @@ -81,7 +81,7 @@ func DeleteNamespaceCallback(namespace *string) func() { return true } return false - }, time.Minute, 5*time.Second).Should(BeTrue()) + }, 3*time.Minute, 2*time.Second).Should(BeTrue()) } }