mirror of
https://github.com/ceph/ceph
synced 2024-12-16 16:39:21 +00:00
Log timeout value
Signed-off-by: Zack Cerza <zack.cerza@inktank.com>
This commit is contained in:
parent
b4205caedf
commit
72c63f13fa
@ -75,8 +75,8 @@ def task(ctx, config):
|
||||
try:
|
||||
yield
|
||||
finally:
|
||||
log.info('joining radosbench')
|
||||
timeout = config.get('time', 360) * 2
|
||||
log.info('joining radosbench (timing out after %ss)', timeout)
|
||||
run.wait(radosbench.itervalues(), timeout=timeout)
|
||||
|
||||
if pool is not 'data':
|
||||
|
Loading…
Reference in New Issue
Block a user