Skip to content

Commit

Permalink
qa/tasks/radosbench: increase timeout
Browse files Browse the repository at this point in the history
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>
(cherry picked from commit dfa95db)
  • Loading branch information
liewegas authored and smithfarm committed Jul 4, 2017
1 parent dbe8a8b commit 19c7524
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qa/tasks/radosbench.py
Expand Up @@ -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)

Expand Down

0 comments on commit 19c7524

Please sign in to comment.