]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
qa/tasks/radosbench: increase timeout 15885/head
authorSage Weil <sage@redhat.com>
Fri, 23 Jun 2017 15:12:01 +0000 (11:12 -0400)
committerSage Weil <sage@redhat.com>
Mon, 26 Jun 2017 19:09:19 +0000 (15:09 -0400)
The current timeout isn't enough in some cases (powercycle thrashing leaves
osds down for a long time because rebooting is so slow).

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

index 3db57af83f819017758ad64f553fef36d13d55db..13c242539d18e0cd2646c7a44d6fd8e709e376f1 100644 (file)
@@ -96,7 +96,7 @@ def task(ctx, config):
     try:
         yield
     finally:
-        timeout = config.get('time', 360) * 5 + 180
+        timeout = config.get('time', 360) * 10 + 180
         log.info('joining radosbench (timing out after %ss)', timeout)
         run.wait(radosbench.itervalues(), timeout=timeout)