Merge "Simulator: fix batch-notify-server command"

This commit is contained in:
Jenkins 2016-03-04 15:09:03 +00:00 committed by Gerrit Code Review
commit 5b75f39676

@ -158,7 +158,7 @@ def batch_notify_server(transport, topic, show_stats, duration):
server = notify.get_batch_notification_listener(
transport, [target],
endpoints, executor='eventlet',
batch_size=1000, batch_time=5)
batch_size=1000, batch_timeout=5)
run_server(server, duration=duration)