test_lib/broker_config.rb in message-driver-0.5.3 vs test_lib/broker_config.rb in message-driver-0.6.0
- old
+ new
@@ -7,9 +7,10 @@
case @adapter
when 'bunny'
{
adapter: :bunny,
vhost: vhost,
+ timeout: 5000,
continuation_timeout: 10000
}
when 'in_memory'
{ adapter: :in_memory }
when 'stomp'