Skip to content

Commit

Permalink
delay 5 secs only
Browse files Browse the repository at this point in the history
  • Loading branch information
cpanato committed Apr 24, 2019
1 parent d3b1326 commit f4963cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/tool/kubectl.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ func (k Kubectl) DeleteNamespace(namespace string) {
}

// Give it some more time to be deleted by K8s
time.Sleep(3 * time.Minute)
time.Sleep(5 * time.Second)

if k.getNamespace(namespace) {
if err := k.forceNamespaceDeletion(namespace); err != nil {
Expand Down

0 comments on commit f4963cd

Please sign in to comment.