]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
tasks/radosbench: wait just a bit longer
authorSage Weil <sage@redhat.com>
Fri, 2 Oct 2015 12:44:01 +0000 (08:44 -0400)
committerSage Weil <sage@redhat.com>
Fri, 2 Oct 2015 12:44:33 +0000 (08:44 -0400)
A run failed due to thrashing.. missed by about 30s (the osd
eventually sent the last reply but we'd already timed out).

Signed-off-by: Sage Weil <sage@redhat.com>
tasks/radosbench.py

index 389748249b0aa029fdbe625b959f56227bf65e19..0924dab529531cc20b04cd75e8793b067f5bc92e 100644 (file)
@@ -95,7 +95,7 @@ def task(ctx, config):
     try:
         yield
     finally:
-        timeout = config.get('time', 360) * 5
+        timeout = config.get('time', 360) * 5 + 180
         log.info('joining radosbench (timing out after %ss)', timeout)
         run.wait(radosbench.itervalues(), timeout=timeout)