Skip to content

Commit

Permalink
Merge pull request #21313 from ceph/wip-pg-clean-timeout
Browse files Browse the repository at this point in the history
qa/tasks: Add default timeout for wait for pg clean task

Reviewed-by: Josh Durgin <jdurgin@redhat.com>
  • Loading branch information
jdurgin committed Apr 10, 2018
2 parents 3abe420 + 7881a19 commit ee03866
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qa/tasks/ceph_manager.py
Expand Up @@ -2091,7 +2091,7 @@ def is_active_or_down(self):
"""
return self.get_num_active_down() == self.get_num_pgs()

def wait_for_clean(self, timeout=None):
def wait_for_clean(self, timeout=1200):
"""
Returns true when all pgs are clean.
"""
Expand Down

0 comments on commit ee03866

Please sign in to comment.