From: Samuel Just Date: Tue, 30 Jul 2013 17:44:53 +0000 (-0700) Subject: ceph_manager: wait 20s before wait_for_clean in test_map_discontinuity X-Git-Tag: 1.1.0~2017 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=e1cd49bd4558f7491e11b2bffe9355001661f81f;p=teuthology.git ceph_manager: wait 20s before wait_for_clean in test_map_discontinuity Fixes: #5806 Signed-off-by: Samuel Just --- diff --git a/teuthology/task/ceph_manager.py b/teuthology/task/ceph_manager.py index 13850a32e..e36e0e266 100644 --- a/teuthology/task/ceph_manager.py +++ b/teuthology/task/ceph_manager.py @@ -214,6 +214,9 @@ class Thrasher: self.ceph_manager.wait_for_all_up( timeout=self.config.get('timeout') ) + # now we wait 20s for the pg status to change, if it takes longer, + # the test *should* fail! + time.sleep(20) self.ceph_manager.wait_for_clean( timeout=self.config.get('timeout') )