Revert "rabbitmq-queues add-member: increase default timeout to 15s"

This reverts commit 0a68e5944a.

More QQ operations have default timeout of 5s. This has to be addressed
in a more fundamental way (or not at all unless we have evidence of
false positives).
This commit is contained in:
Michael Klishin 2019-07-03 23:28:28 +02:00
parent 0a68e5944a
commit 641fae4a96
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ defmodule RabbitMQ.CLI.Queues.Commands.AddMemberCommand do
@behaviour RabbitMQ.CLI.CommandBehaviour
@default_timeout 15_000
@default_timeout 5_000
def merge_defaults(args, opts) do
timeout =