Simulator: fix batch-notify-server command

This patch fixes the name of parameters used to construct
batch notification listener

Change-Id: I8eae9494943b2592c9cf4b92fccca93eab3b8e93
This commit is contained in:
Ilya Shakhat 2016-03-02 18:28:11 +03:00
parent 363c591ffb
commit d2496c34d9
1 changed files with 1 additions and 1 deletions

View File

@ -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)