]> git-server-git.apps.pok.os.sepia.ceph.com Git - s3-tests.git/commitdiff
cloud-transition: Adjust lc wait time
authorSoumya Koduri <skoduri@redhat.com>
Mon, 5 Sep 2022 08:42:03 +0000 (14:12 +0530)
committerSoumya Koduri <skoduri@redhat.com>
Tue, 6 Sep 2022 17:10:34 +0000 (22:40 +0530)
Fixes: https://tracker.ceph.com/issues/57401
Signed-off-by: Soumya Koduri <skoduri@redhat.com>
(cherry picked from commit 774172ad43624cbb143cfc342cf4854b9522b7c0)

s3tests_boto3/functional/test_s3.py

index 2eb98886a597a027843156753964002beef83601..0bd901b5706f7866de06277e7ee2adc83fe5c6c1 100644 (file)
@@ -10261,7 +10261,7 @@ def test_lifecycle_cloud_transition():
     lc_interval = get_lc_debug_interval()
 
     # Wait for first expiration (plus fudge to handle the timer window)
-    time.sleep(8*lc_interval)
+    time.sleep(10*lc_interval)
     expire1_keys = list_bucket_storage_class(client, bucket_name)
     eq(len(expire1_keys['STANDARD']), 2)