diff --git a/oslo_messaging/_drivers/impl_rabbit.py b/oslo_messaging/_drivers/impl_rabbit.py index a62d0fb4f..8c764d193 100644 --- a/oslo_messaging/_drivers/impl_rabbit.py +++ b/oslo_messaging/_drivers/impl_rabbit.py @@ -75,7 +75,7 @@ rabbit_opts = [ 'AMQP consumer cancel notification.'), cfg.IntOpt('kombu_missing_consumer_retry_timeout', deprecated_name="kombu_reconnect_timeout", - default=5, + default=60, help='How long to wait a missing client beforce abandoning to ' 'send it its replies. This value should not be longer ' 'than rpc_response_timeout.'),