From: Soumya Koduri Date: Mon, 7 Feb 2022 17:54:34 +0000 (+0530) Subject: lifecycle/deletemarker_expiration: Increase timer window X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F429%2Fhead;p=s3-tests.git lifecycle/deletemarker_expiration: Increase timer window Increase wait time in test_lifecycle_deletemarker_expiration(..) to avoid any spurious failure. Signed-off-by: Soumya Koduri --- diff --git a/s3tests_boto3/functional/test_s3.py b/s3tests_boto3/functional/test_s3.py index 894cb569..b9ae380f 100644 --- a/s3tests_boto3/functional/test_s3.py +++ b/s3tests_boto3/functional/test_s3.py @@ -9915,7 +9915,7 @@ def test_lifecycle_deletemarker_expiration(): lc_interval = get_lc_debug_interval() # Wait for first expiration (plus fudge to handle the timer window) - time.sleep(5*lc_interval) + time.sleep(7*lc_interval) response = client.list_object_versions(Bucket=bucket_name) init_versions = response['Versions']