From: Soumya Koduri Date: Mon, 5 Sep 2022 08:42:03 +0000 (+0530) Subject: cloud-transition: Adjust lc wait time X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F471%2Fhead;p=s3-tests.git cloud-transition: Adjust lc wait time Fixes: https://tracker.ceph.com/issues/57401 Signed-off-by: Soumya Koduri --- diff --git a/s3tests_boto3/functional/test_s3.py b/s3tests_boto3/functional/test_s3.py index 2eb98886..0bd901b5 100644 --- a/s3tests_boto3/functional/test_s3.py +++ b/s3tests_boto3/functional/test_s3.py @@ -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)