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:
parent
0a68e5944a
commit
641fae4a96
|
|
@ -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 =
|
||||
|
|
|
|||
Loading…
Reference in New Issue