]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
qa: wait more time since there have many more pgs than before
authorXiubo Li <xiubli@redhat.com>
Fri, 28 May 2021 04:58:21 +0000 (12:58 +0800)
committerXiubo Li <xiubli@redhat.com>
Tue, 27 Jul 2021 01:48:56 +0000 (09:48 +0800)
Signed-off-by: Xiubo Li <xiubli@redhat.com>
qa/tasks/cephfs/test_full.py

index e192656173a548ded96084a913b575d93e85714b..2b7166d6b2be2ccee30c0b2058c862e83057fb60 100644 (file)
@@ -132,7 +132,7 @@ class FullnessTestCase(CephFSTestCase):
         else:
             log.info("Writing file B succeeded (full status will happen soon)")
             self.wait_until_true(lambda: self.is_full(),
-                                 timeout=osd_mon_report_interval * 5)
+                                 timeout=osd_mon_report_interval * 120)
 
         # Attempting to write more data should give me ENOSPC
         with self.assertRaises(CommandFailedError) as ar:
@@ -167,7 +167,7 @@ class FullnessTestCase(CephFSTestCase):
         # * The MDS to purge the stray folder and execute object deletions
         #  * The OSDs to inform the mon that they are no longer full
         self.wait_until_true(lambda: not self.is_full(),
-                             timeout=osd_mon_report_interval * 5)
+                             timeout=osd_mon_report_interval * 120)
 
         # Wait for the MDS to see the latest OSD map so that it will reliably
         # be applying the free space policy