diff --git a/pkg/kubectl/stop.go b/pkg/kubectl/stop.go index 1fbb122a23..69549ad7b2 100644 --- a/pkg/kubectl/stop.go +++ b/pkg/kubectl/stop.go @@ -27,7 +27,7 @@ import ( const ( Interval = time.Millisecond * 100 - Timeout = time.Second * 20 + Timeout = time.Minute * 5 ) // A Reaper handles terminating an object as gracefully as possible.