]> git-server-git.apps.pok.os.sepia.ceph.com Git - s3-tests.git/commitdiff
lifecycle/deletemarker_expiration: Increase timer window
authorSoumya Koduri <skoduri@redhat.com>
Mon, 7 Feb 2022 17:54:34 +0000 (23:24 +0530)
committerCasey Bodley <cbodley@redhat.com>
Tue, 8 Feb 2022 17:29:33 +0000 (12:29 -0500)
Increase wait time in test_lifecycle_deletemarker_expiration(..)
to avoid any spurious failure.

Signed-off-by: Soumya Koduri <skoduri@redhat.com>
s3tests_boto3/functional/test_s3.py

index fc8aba0134c6ccb9b44bce8235f95b99e97e37e0..3e5dfa16240e4068c7e92e9a720310184dd2eba1 100644 (file)
@@ -9907,7 +9907,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']