diff --git a/cli/ssh.go b/cli/ssh.go index 7b3bf2ae9bddd..4ccaa241d5902 100644 --- a/cli/ssh.go +++ b/cli/ssh.go @@ -27,7 +27,7 @@ import ( ) var autostopPollInterval = 30 * time.Second -var autostopNotifyCountdown = []time.Duration{5 * time.Minute} +var autostopNotifyCountdown = []time.Duration{30 * time.Minute} func ssh() *cobra.Command { var (