the default timeout is none in that case, there are cases where it can hang forever
due to error cases, since this dumps quite a lot of info the logs grow in GB's, with
default timeout of 1200 we can avoid such huge logs and fail sooner. Any tests needing
higher timeout can pass the required value.
Signed-off-by: Vasu Kulkarni <vasu@redhat.com>
"""
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.
"""