From: Samuel Just Date: Tue, 11 Mar 2014 20:55:30 +0000 (-0700) Subject: radosbench: cleanup will probably take longer than writing the objects X-Git-Tag: 1.1.0~1591^2~1 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=1c611330cd4bcf7824ff40a0f657eb3ea7ef9c00;p=teuthology.git 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 --- diff --git a/teuthology/task/radosbench.py b/teuthology/task/radosbench.py index f796b6877b..d2e75716e9 100644 --- a/teuthology/task/radosbench.py +++ b/teuthology/task/radosbench.py @@ -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)