radosbench: cleanup will probably take longer than writing the objects

With thrashing, cleanup will require recovering the degraded objects
first, while the initial write out doesn't since they they are new
objects.

Signed-off-by: Samuel Just <sam.just@inktank.com>
This commit is contained in:
Samuel Just 2014-03-11 13:55:30 -07:00
parent 7cb750c4cc
commit 1c611330cd

View File

@ -75,7 +75,7 @@ def task(ctx, config):
try:
yield
finally:
timeout = config.get('time', 360) * 2
timeout = config.get('time', 360) * 5
log.info('joining radosbench (timing out after %ss)', timeout)
run.wait(radosbench.itervalues(), timeout=timeout)