From 1c611330cd4bcf7824ff40a0f657eb3ea7ef9c00 Mon Sep 17 00:00:00 2001 From: Samuel Just Date: Tue, 11 Mar 2014 13:55:30 -0700 Subject: [PATCH] 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 --- teuthology/task/radosbench.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.39.5