diff --git a/controllers/utils_test.go b/controllers/utils_test.go index 53bb0a88..a9c6ce5b 100644 --- a/controllers/utils_test.go +++ b/controllers/utils_test.go @@ -37,7 +37,7 @@ import ( ) const ( - timeout = 120 * time.Second + timeout = 180 * time.Second pollInterval = 250 * time.Millisecond IntegrationTestsFinalizer = "integration-tests-safety-net-finalizer" )