]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
ceph_manager: wait 20s before wait_for_clean in test_map_discontinuity
authorSamuel Just <sam.just@inktank.com>
Tue, 30 Jul 2013 17:44:53 +0000 (10:44 -0700)
committerSamuel Just <sam.just@inktank.com>
Tue, 30 Jul 2013 17:47:22 +0000 (10:47 -0700)
Fixes: #5806
Signed-off-by: Samuel Just <sam.just@inktank.com>
teuthology/task/ceph_manager.py

index 13850a32e323a788b9dc773ed4203acb1a11beef..e36e0e2667f7fca7bc3ab4cccfbf930d48a69b09 100644 (file)
@@ -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')
             )