Pass timeout to _spawn_on_all_clients()

Signed-off-by: Zack Cerza <zack.cerza@inktank.com>
This commit is contained in:
Zack Cerza 2014-03-08 14:16:07 -06:00
parent 4e01884e14
commit eb667673e4

View File

@ -104,7 +104,7 @@ def task(ctx, config):
if all_spec:
all_tasks = clients["all"]
_spawn_on_all_clients(ctx, refspec, all_tasks, config.get('env'),
config.get('subdir'))
config.get('subdir'), timeout=timeout)
for role in clients.iterkeys():
assert isinstance(role, basestring)