diff --git a/cli/command/plugin/enable.go b/cli/command/plugin/enable.go index 33567643bf49..ec051622cd77 100644 --- a/cli/command/plugin/enable.go +++ b/cli/command/plugin/enable.go @@ -30,7 +30,7 @@ func newEnableCommand(dockerCli command.Cli) *cobra.Command { } flags := cmd.Flags() - flags.IntVar(&opts.timeout, "timeout", 0, "HTTP client timeout (in seconds)") + flags.IntVar(&opts.timeout, "timeout", 30, "HTTP client timeout (in seconds)") return cmd }