Skip to content

Commit

Permalink
increase helm stop timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
idsulik authored Sep 25, 2024
1 parent f454a97 commit a84c50f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/skaffold/helm/bin.go
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ func generateHelmCommand(ctx context.Context, h Client, useSecrets bool, env []s
cmd.Process.Signal(os.Interrupt)

select {
case <-time.After(10 * time.Second):
case <-time.After(30 * time.Second):
cmd.Process.Kill()
}
}
Expand Down

0 comments on commit a84c50f

Please sign in to comment.