]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
qa/tasks/radosbench: longer timeout
authorSage Weil <sage@redhat.com>
Fri, 7 Jul 2017 15:04:36 +0000 (11:04 -0400)
committerSage Weil <sage@redhat.com>
Fri, 7 Jul 2017 15:04:36 +0000 (11:04 -0400)
Hit another timeout due to aggressive thrashing with size==min_size.

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

index 88b7ae4994d941a4bd5542d02bd431dd34d1a38a..f2721c46661c7c872b8e4f3ca0b6387ad34d1b58 100644 (file)
@@ -127,7 +127,7 @@ def task(ctx, config):
     try:
         yield
     finally:
-        timeout = config.get('time', 360) * 10 + 180
+        timeout = config.get('time', 360) * 30 + 300
         log.info('joining radosbench (timing out after %ss)', timeout)
         run.wait(radosbench.itervalues(), timeout=timeout)