mirror of
https://github.com/ceph/ceph
synced 2025-03-11 02:39:05 +00:00
Merge pull request #16213 from liewegas/wip-radosbench-timeout
qa/tasks/radosbench: longer timeout
This commit is contained in:
commit
704d13d36f
@ -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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user